summaryrefslogtreecommitdiff
path: root/test/files/neg/t900.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t900.check')
-rw-r--r--test/files/neg/t900.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/neg/t900.check b/test/files/neg/t900.check
index ff5304a135..6fe26a31ac 100644
--- a/test/files/neg/t900.check
+++ b/test/files/neg/t900.check
@@ -1,6 +1,9 @@
t900.scala:4: error: type mismatch;
found : Foo.this.x.type (with underlying type Foo.this.bar)
required: AnyRef
+Note that bar is unbounded, which means AnyRef is not a known parent.
+Such types can participate in value classes, but instances
+cannot appear in singleton types or in reference comparisons.
def break(): x.type
^
one error found