JavaCompilerCore/resources/bytecode/javFiles/Bug328.jav

8 lines
128 B
Plaintext
Raw Normal View History

2024-04-29 08:25:01 +00:00
import java.lang.Integer;
import Bug328B;
public class Bug328 extends Bug328B {
public Bug328() {
super(1);
}
}