From 60198d85989321f60f28eecab5ab1f2ce9affa6e Mon Sep 17 00:00:00 2001 From: Antonio Cunei Date: Thu, 19 Feb 2009 23:27:46 +0000 Subject: Adapted #1659 check file for 2.7.x --- test/files/neg/t1659.check | 4 ++-- 1 file 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 -- cgit v1.2.3