fixed expected results

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@3372 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
buraq 2004-07-08 07:14:25 +00:00
parent 535fdb282c
commit cfe4ddc3f1
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,3 @@
testing: /home/odersky/scala/test/files/neg/imports.scala [FAILED]
imports.scala:26: not found: value v_coi
def method: C_coi = v_coi;
^

View File

@ -1,6 +1,6 @@
overlapping.scala:9: overlapping overloaded alternatives; the two following alternatives of method foo have the same erasure: ()Any
alternative 1: def foo: X.this.I
alternative 2: def foo: X.this.J
overlapping.scala:9: Double declaration:
method foo: X.this.I and
method foo: X.this.J have same types after erasure
def foo: J;
^
one error found