Daniel Holle
c76ee355d8
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Has been cancelled
8 lines
128 B
Java
8 lines
128 B
Java
import java.lang.Integer;
|
|
import Bug328B;
|
|
|
|
public class Bug328 extends Bug328B {
|
|
public Bug328() {
|
|
super(1);
|
|
}
|
|
} |