aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/neg/i1845.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/neg/i1845.scala b/tests/neg/i1845.scala
index 5cbe19006..1ecffdc7d 100644
--- a/tests/neg/i1845.scala
+++ b/tests/neg/i1845.scala
@@ -1,3 +1,3 @@
object Test {
- type X = FooBar22.this
+ type X = FooBar22.this // error
}