JavaTXCompilerInJavaTXNoMaven/resources/bytecode/javFiles/Bug293.jav
2024-05-02 23:04:07 +02:00

14 lines
152 B
Java

import java.lang.Integer;
import java.lang.Float;
public class Bug293 {
bar(a) {
return 2 * a;
}
}
interface IFoo {
void ga();
}