summaryrefslogtreecommitdiff
path: root/test/files/neg/variances.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/variances.check')
-rw-r--r--test/files/neg/variances.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/variances.check b/test/files/neg/variances.check
index 4934053706..f335035b5b 100644
--- a/test/files/neg/variances.check
+++ b/test/files/neg/variances.check
@@ -15,6 +15,6 @@ variances.scala:14: error: covariant type A occurs in contravariant position in
^
variances.scala:16: error: covariant type A occurs in invariant position in type test.C[A] with ScalaObject{def this(): object Foo.this.Baz} of object Baz
object Baz extends C[A]
- ^
+ ^
three warnings found
three errors found