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