blob: 84935859db561b4ea3612e4a00ec1e7965baca5d [file] [log] [blame]
package p;
class A{
private int i= 0;
void f(){
int j= 0;
}
}