git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@8260 5e8d7ff9-d8ef-0310-90f0-a4852d11357a

This commit is contained in:
odersky 2006-07-25 11:51:29 +00:00
parent 0366988f44
commit 455ddf12af
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ 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 = {
def asMatch(m : Node) : Any = {
^
one error found