JavaCompilerCore/resources/bytecode/javFiles/Bug296.jav

12 lines
147 B
Plaintext
Raw Normal View History

2024-03-18 09:14:40 +00:00
import java.lang.Integer;
public class Bug296 {
public static m1() {
return m2();
}
static m2() {
return 10;
}
}