blob: c314d92c9660648c3693188716725d89b4015f2d [file] [log] [blame]
package test0477;
public class A {
public A(String name) {
}
public A() {
this(undef());
}
void bar(String s) {
}
void bar() {
}
void bar(int i) {
}
}