summaryrefslogtreecommitdiff
path: root/test/files/neg/bug715.check
blob: 70292202584d8a46a7a6a84c28b9f2087726a95c (plain) (blame)
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