8 lines
304 B
Plaintext
8 lines
304 B
Plaintext
bug663.scala:11: error: name clash between defined and inherited member:
|
|
method asMatch:(Test.this.Node)Any and
|
|
method asMatch:(Test.this.Matchable)Any in trait MatchableImpl
|
|
have same type after erasure: (test.Test#NodeImpl)java.lang.Object
|
|
def asMatch(m : Node) : Any = {
|
|
^
|
|
one error found
|