summaryrefslogblamecommitdiff
path: root/test/files/neg/bug715.check
blob: 8ea1ddb0eb327d0cd3d80481b0ba19502da14c01 (plain) (tree)
1
2
3
4
                                                                                                                                                                              
                                          
                                   
               
bug715.scala:12: error: method chilren in trait NodeImpl is accessed from super. It may not be abstract unless it is overridden by a member declared `abstract' and `override'
    override def children = super.chilren;
                                  ^
one error found