Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-2
-
None
Description
abstract class Test {
def abstract aMethod()
}
should not only be compileable, but also converted into correct bytecode
abstract class Test {
def abstract aMethod()
}
should not only be compileable, but also converted into correct bytecode