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