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.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/neg/t6263.check b/test/files/neg/t6263.check
new file mode 100644
index 0000000000..9e9c7c615b
--- /dev/null
+++ b/test/files/neg/t6263.check
@@ -0,0 +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