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