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