summaryrefslogtreecommitdiff
path: root/test/files/neg/bug663.check
blob: b974b1f4c06424bfbec75c5c05c05aa11e918a60 (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