8 lines
128 B
Plaintext
Raw Normal View History

import java.lang.Integer;
import Bug328B;
public class Bug328 extends Bug328B {
public Bug328() {
super(1);
}
}