summaryrefslogtreecommitdiff
path: root/test/files/neg/t6263.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6263.check')
-rw-r--r--test/files/neg/t6263.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/neg/t6263.check b/test/files/neg/t6263.check
index 1c5834e1ca..9e9c7c615b 100644
--- a/test/files/neg/t6263.check
+++ b/test/files/neg/t6263.check
@@ -1,6 +1,9 @@
t6263.scala:5: error: type mismatch;
found : A.this.c.type (with underlying type C)
required: AnyRef
+Note that C extends Any, not AnyRef.
+Such types can participate in value classes, but instances
+cannot appear in singleton types or in reference comparisons.
type t = c.type
^
one error found