summaryrefslogtreecommitdiff
path: root/test/files/neg/lubs.check
diff options
context:
space:
mode:
authorBurak Emir <emir@epfl.ch>2007-01-07 11:09:14 +0000
committerBurak Emir <emir@epfl.ch>2007-01-07 11:09:14 +0000
commitdae92a5589e0719ab6fa22f047deb35d25c14fc4 (patch)
tree226d92dfa32e75afe6d9a2e139188395eef8fccb /test/files/neg/lubs.check
parent2f6d0cf0fd127be610e2627d89d363fe8cbb1cfe (diff)
downloadscala-dae92a5589e0719ab6fa22f047deb35d25c14fc4.tar.gz
scala-dae92a5589e0719ab6fa22f047deb35d25c14fc4.tar.bz2
scala-dae92a5589e0719ab6fa22f047deb35d25c14fc4.zip
added colon
Diffstat (limited to 'test/files/neg/lubs.check')
-rw-r--r--test/files/neg/lubs.check6
1 files changed, 3 insertions, 3 deletions
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