blob: b2639075282256a04ccd8ae097a23090b4511eac [file] [log] [blame]
package p;
class A{
int f;
void m(){
{
int g;
{
{
int y= f + 0;
}
}
}
}
}