summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/neg/t1659.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t1659.check b/test/files/neg/t1659.check
index b4b3e8605e..b566cfc84b 100644
--- a/test/files/neg/t1659.check
+++ b/test/files/neg/t1659.check
@@ -1,5 +1,5 @@
-t1659.scala:3: error: overriding method u in trait W of type [A](Y{type X = A})Unit;
- method u has incompatible type
+t1659.scala:3: error: error overriding method u in trait W of type [A](Y{type X = A})Unit;
+ method u has incompatible type [A](Y{type X = A})Null
class Z extends W { def u[A](v : Y { type X = A }) = null }
^
one error found