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






                                                   
t3118.scala:6: error: value C is not a member of O1
  println(x.C())   // should not be accessible
            ^
t3118.scala:7: error: type C is not a member of O1
  println(new x.C) // is correctly not accessible
                ^
two errors found