JavaCompilerCore/resources/bytecode/javFiles/Bug295.jav

19 lines
261 B
Plaintext
Raw Normal View History

2024-03-18 12:29:53 +00:00
import java.lang.Integer;
public class Bug295 {
public Integer a;
public Integer b;
public Integer c;
public Bug295(a, b, c) {
this(a);
this.b = b;
this.c = c;
}
public Bug295(a) {
this.a = a;
}
}