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