Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-RC-1
-
None
-
None
Description
According to javap -c, the following code:
interface bug14 {
def Ricky()
}
Produces a valid interface, but the method body is silently ignored. It should cause a compile time error.