summaryrefslogtreecommitdiff
path: root/test/files/neg/variances.check
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-04-29 13:21:42 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-04-29 13:21:42 +0000
commit78ca916a093c481b87b484759116474f39fb6759 (patch)
tree088581f3dbafd96e0cc286ca2c40d7e26afa4a48 /test/files/neg/variances.check
parent8a6e20ce4c14bb2f3c0bc98e8e69aa2ef891aa3b (diff)
downloadscala-78ca916a093c481b87b484759116474f39fb6759.tar.gz
scala-78ca916a093c481b87b484759116474f39fb6759.tar.bz2
scala-78ca916a093c481b87b484759116474f39fb6759.zip
removed the dir info of the error messages.
Diffstat (limited to 'test/files/neg/variances.check')
-rw-r--r--test/files/neg/variances.check10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/neg/variances.check b/test/files/neg/variances.check
index 6acd9470b6..c5269190c2 100644
--- a/test/files/neg/variances.check
+++ b/test/files/neg/variances.check
@@ -1,16 +1,16 @@
-/home/odersky/workspace/scala/test/files/neg/variances.scala:4: error: covariant type A occurs in contravariant position in type test.Vector[A] of value x
+variances.scala:4: error: covariant type A occurs in contravariant position in type test.Vector[A] of value x
def append(x: Vector[A]): Vector[A]
^
-/home/odersky/workspace/scala/test/files/neg/variances.scala:14: error: covariant type A occurs in contravariant position in type A of value a
+variances.scala:14: error: covariant type A occurs in contravariant position in type A of value a
private[this] def setA(a : A) = this.a = a
^
-/home/odersky/workspace/scala/test/files/neg/variances.scala:16: error: covariant type A occurs in invariant position in supertype test.C[A] with ScalaObject of object Baz
+variances.scala:16: error: covariant type A occurs in invariant position in supertype test.C[A] with ScalaObject of object Baz
object Baz extends C[A]
^
-/home/odersky/workspace/scala/test/files/neg/variances.scala:63: error: covariant type A occurs in contravariant position in type => test.Covariant.T[A]{def m: (A) => A} of value x
+variances.scala:63: error: covariant type A occurs in contravariant position in type => test.Covariant.T[A]{def m: (A) => A} of value x
val x: T[A] {
^
-/home/odersky/workspace/scala/test/files/neg/variances.scala:79: error: covariant type T occurs in contravariant position in type => test.TestAlias.B[C.this.A] of method foo
+variances.scala:79: error: covariant type T occurs in contravariant position in type => test.TestAlias.B[C.this.A] of method foo
def foo: B[A]
^
5 errors found