From dae92a5589e0719ab6fa22f047deb35d25c14fc4 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Sun, 7 Jan 2007 11:09:14 +0000 Subject: added colon --- test/files/neg/lubs.check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files/neg/lubs.check') diff --git a/test/files/neg/lubs.check b/test/files/neg/lubs.check index e17e897f45..2acf7ec301 100644 --- a/test/files/neg/lubs.check +++ b/test/files/neg/lubs.check @@ -1,14 +1,14 @@ -lubs.scala:11 error: type mismatch; +lubs.scala:11: error: type mismatch; found : test1.this.A[test1.this.A[test1.this.A[scala.Any]]] required: test1.this.A[test1.this.A[test1.this.A[test1.this.A[scala.Any]]]] val x4: A[A[A[A[Any]]]] = f ^ -lubs.scala:24 error: type mismatch; +lubs.scala:24: error: type mismatch; found : test2.this.A{type T >: test2.this.C with test2.this.D <: test2.this.A} required: test2.this.A{type T >: scala.Null <: test2.this.A{type T >: scala.Null <: test2.this.A}} val x3: A { type T >: Null <: A { type T >: Null <: A } } = f ^ -lubs.scala:25 error: type mismatch; +lubs.scala:25: error: type mismatch; found : test2.this.A{type T >: test2.this.C with test2.this.D <: test2.this.A} required: test2.this.A{type T >: scala.Null <: test2.this.A{type T >: scala.Null <: test2.this.A{type T >: scala.Null <: test2.this.A}}} val x4: A { type T >: Null <: A { type T >: Null <: A { type T >: Null <: A } } } = f -- cgit v1.2.3