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