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