blob: bb303b81d834b3a38807c79d4fd0159ea99e888e [file] [log] [blame]
public class TestFormatCode { class InnerClass {
public void innerMethod() {}}
public void outerMethod() throws Exception {
Object anonymousClass = new Object() {
public void anonymousMethod() {}};
synchronized(this){}}
}