From 41be228d1a658540125eed984a48f8ea9a500927 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 16 Nov 2007 15:57:40 +0000 Subject: fixed #209 --- test/files/neg/sabin2.check | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/files/neg/sabin2.check') diff --git a/test/files/neg/sabin2.check b/test/files/neg/sabin2.check index 682c08bc62..0e148fa038 100644 --- a/test/files/neg/sabin2.check +++ b/test/files/neg/sabin2.check @@ -1,5 +1,6 @@ -sabin2.scala:22: error: method set cannot be accessed in Test.Base#Inner - because its instance type (Test.Base#T)Unit contains a malformed type: Test.Base#T +sabin2.scala:22: error: type mismatch; + found : Test.Base#T + required: _1.T where val _1: Test.Base a.set(b.get()) // Error - ^ + ^ one error found -- cgit v1.2.3