8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
|
import java.lang.Integer;
|
||
|
import Bug328B;
|
||
|
|
||
|
public class Bug328 extends Bug328B {
|
||
|
public Bug328() {
|
||
|
super(1);
|
||
|
}
|
||
|
}
|