aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t8207.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t8207.check')
-rw-r--r--tests/untried/neg/t8207.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/untried/neg/t8207.check b/tests/untried/neg/t8207.check
new file mode 100644
index 000000000..59facd897
--- /dev/null
+++ b/tests/untried/neg/t8207.check
@@ -0,0 +1,7 @@
+t8207.scala:1: error: '.' expected but '}' found.
+class C { import C.this.toString }
+ ^
+t8207.scala:3: error: '.' expected but '}' found.
+class D { import D.this.toString }
+ ^
+two errors found