summaryrefslogblamecommitdiff
path: root/test/files/neg/bug715.check
blob: 68b9709c057dc8c5c5ccae9daa3edcc5e32c25d3 (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