14 lines
152 B
Plaintext
Raw Normal View History

2024-05-02 23:04:07 +02:00
import java.lang.Integer;
import java.lang.Float;
public class Bug293 {
bar(a) {
return 2 * a;
}
}
interface IFoo {
void ga();
}