summaryrefslogtreecommitdiff
path: root/test/files/neg/t836.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t836.check')
-rw-r--r--test/files/neg/t836.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/neg/t836.check b/test/files/neg/t836.check
index be3a87882b..cf2faf926f 100644
--- a/test/files/neg/t836.check
+++ b/test/files/neg/t836.check
@@ -1,6 +1,7 @@
t836.scala:9: error: type mismatch;
found : Any
required: A.this.S
+ (which expands to) A.this.MyObj#S
val some: S = any // compiles => type X is set to scala.Any
^
one error found