From 4b9c49d31e27c9c3709d9b3db5d7fa6baaba989c Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 28 Feb 2012 09:52:43 -0800 Subject: Don't print underlying type of modules. Since there is no useful information in such a message. --- test/files/neg/t414.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/t414.check') diff --git a/test/files/neg/t414.check b/test/files/neg/t414.check index d0d24baa33..e15dbaea71 100644 --- a/test/files/neg/t414.check +++ b/test/files/neg/t414.check @@ -1,5 +1,5 @@ t414.scala:5: error: pattern type is incompatible with expected type; - found : Empty.type (with underlying type object Empty) + found : Empty.type required: IntMap[a] Note: if you intended to match against the class, try `case _: Empty[_]` or `case Empty()` case Empty => -- cgit v1.2.3