summaryrefslogblamecommitdiff
path: root/test/files/neg/t8207.check
blob: 59facd897aa3f9aa2b31a27e03c6a0b4706687c4 (plain) (tree)
1
2
3
4
5
6
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