blob: 6d9a354e6d42f026aefd5833ed60f42b49d7f85b [file] [log] [blame]
package test0342;
public class Test {
public int junk1(int i) {
return 0;
}
public long junk2() {
return 0;
}
public Object junk3() {
return null;
}
Test(int i) {
}
}