summaryrefslogtreecommitdiff
path: root/test/files/neg/bug663.check
blob: 3f80d11506fd4c74aa118d66eac21f50ccb60a88 (plain) (blame)
1
2
3
4
5
6
7
bug663.scala:11: error: name clash between defined and inherited member:
method asMatch:(Test.this.Node)scala.Any and
method asMatch:(Test.this.Matchable)scala.Any in trait MatchableImpl
have same type after erasure: (test.Test#NodeImpl)java.lang.Object
    def asMatch(m : Node) : Any = {
    ^
one error found