package p; class A{ int m(int y){ int temp= 1 + 2; { int x= temp; } return temp; } }