summaryrefslogtreecommitdiff
path: root/test/files/neg/S2.check
blob: cb6bb9c991878a58708bf74b04f7807e3737d11c (plain) (blame)
1
2
3
4
5
6
7
S2.scala:14: type z.type escapes its defining scope as part of z.Inner
        def x = { val z = new S2(); new z.Inner(); }
                ^
S2.scala:15: type z.type escapes its defining scope as part of z.Inner
        def y = { val z = new S2(); new z.Inner(); }
                ^
two errors found