blob: 27da6522ca4bc485753205ee3b256b0c8a696e19 [file] [log] [blame]
package test0545;
public class Third {
private static class Test {
}
Third() {
final Test t = new Test();
}
}