blob: 275e73e1d8ca4197c4d68f98a09e5c596bc53cae [file] [log] [blame]
package p;
class A{
int m(int i){
int x= 0 + 1;
return x * x;
}
}