summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-02-19 23:27:46 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-02-19 23:27:46 +0000
commit60198d85989321f60f28eecab5ab1f2ce9affa6e (patch)
tree1394f75a08d7dd56fab8dc333e5e0bb7d4745b09
parent2b4b1ef99f5346c8b7fef5a934a0cc8209c080ce (diff)
downloadscala-60198d85989321f60f28eecab5ab1f2ce9affa6e.tar.gz
scala-60198d85989321f60f28eecab5ab1f2ce9affa6e.tar.bz2
scala-60198d85989321f60f28eecab5ab1f2ce9affa6e.zip
Adapted #1659 check file for 2.7.x
-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