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 +- test/files/neg/t452.check | 2 +- test/files/neg/t4879.check | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/files/neg') 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 => diff --git a/test/files/neg/t452.check b/test/files/neg/t452.check index 85197af21b..aac663068e 100644 --- a/test/files/neg/t452.check +++ b/test/files/neg/t452.check @@ -1,5 +1,5 @@ t452.scala:3: error: type mismatch; - found : Test.type (with underlying type object Test) + found : Test.type required: Test.Foo def this() = this(this); ^ diff --git a/test/files/neg/t4879.check b/test/files/neg/t4879.check index 94758c751c..21cd329640 100644 --- a/test/files/neg/t4879.check +++ b/test/files/neg/t4879.check @@ -1,11 +1,11 @@ t4879.scala:6: error: pattern type is incompatible with expected type; - found : C.type (with underlying type object C) + found : C.type required: C Note: if you intended to match against the class, try `case _: C` or `case C(_)` case C => true ^ t4879.scala:10: error: pattern type is incompatible with expected type; - found : D.type (with underlying type object D) + found : D.type required: D[T,U,V] Note: if you intended to match against the class, try `case _: D[_,_,_]` or `case D(_,_,_)` case D => true -- cgit v1.2.3