You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scala compiler version 2.7.3.final--Copyright2002-2009, LAMP/EPFL// Java source
interface I { enumE {E1} }
classJ1 implements I { void foo(E e) { } }
classJ2extendsJ1 { void foo( E e ) { } }
// Scala sourceobjectS { newJ2 { } }
javac *.java
// Java compilation succeeded!
rm -f *.class
scalac *.scala *.java
J2.java:1:error: not found: typeEclassJ2extendsJ1 { void foo( E e ) { } }
^
one error found
gnumake:*** [test] Error1
I haven't been able to construct a test case involving fewer than three source files. The attachment is a zip file containing a Makefile and the three source files.
The text was updated successfully, but these errors were encountered:
This fails in both 2.7.2.final and 2.7.3.final:
I haven't been able to construct a test case involving fewer than three source files. The attachment is a zip file containing a Makefile and the three source files.
The text was updated successfully, but these errors were encountered: