summaryrefslogtreecommitdiff
path: root/test/files/neg/t0117.check
blob: fd6af54e771ec1ad3156bc75e58fad88739b9b8d (plain) (blame)
1
2
3
4
t0117.scala:2: error: implementation restriction: traits may not select fields or methods from to super[C] where C is a class
trait B extends A { println(super[A].a) }
                            ^
one error found