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