summaryrefslogtreecommitdiff
path: root/test/files/neg/t0152.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0152.check')
-rw-r--r--test/files/neg/t0152.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t0152.check b/test/files/neg/t0152.check
index 391f3fbb64..562e6f1c2c 100644
--- a/test/files/neg/t0152.check
+++ b/test/files/neg/t0152.check
@@ -1,6 +1,6 @@
t0152.scala:10: error: illegal inheritance;
object boom inherits different type instances of class Value:
-Value[java.lang.String] and Value[Int]
+Value[Int] and Value[java.lang.String]
object boom extends Value[java.lang.String]("foo") with PlusOne
^
one error found