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