From d492b489b176a3d2a4da0d199756af86514be352 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 28 Jul 2008 10:00:31 +0000 Subject: fixed #842, #945, #83, #996, #1016, + some perf... fixed #842, #945, #83, #996, #1016, + some performace tuning. --- test/files/neg/t0764.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/t0764.check') diff --git a/test/files/neg/t0764.check b/test/files/neg/t0764.check index b622f17c5e..9f0cedc69b 100644 --- a/test/files/neg/t0764.check +++ b/test/files/neg/t0764.check @@ -1,5 +1,5 @@ t0764.scala:13: error: type mismatch; - found : java.lang.Object with Node{type T = _1.type} where val _1: Main.this.AType + found : java.lang.Object with Node{type T = _1.type} where val _1: Node{type T = NextType} required: Node{type T = Main.this.AType} new Main[AType]( (value: AType).prepend ) ^ -- cgit v1.2.3