blob: e45ca70f1f62a088be2cba4dc5e7c8bc868e099f [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){}}
}