blob: 3aff78eae2c0cd8097ee1a19f75f699c8551feff [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) {
}
}