summaryrefslogblamecommitdiff
path: root/test/files/neg/t7475c.check
blob: 472808131ac58bebd15181b9b11930530b486f8f (plain) (tree)
1
2
3
4
5
6
7






                                                          
t7475c.scala:6: error: value a is not a member of A.this.B
    println(this.a)     // wait, what?
                 ^
t7475c.scala:7: error: value b is not a member of A.this.B
    println(this.b)     // wait, what?
                 ^
two errors found