blob: fb86b8dd44a29a43b8b522d5c92100e3b5dcf3a1 [file] [log] [blame]
package test0431;
public class A {
private A() {
this(fCoo);
}
private A(int i) {
}
private int fCoo= 8;
}