blob: 9fc6c63ba8f418df2ccb8b0f1c14f72b77925dbe [file] [log] [blame]
package p;
class Inner{
class InnerInner{
void f(){
new Object(){
};
}
}
}