blob: 4dd8ae42fb01c596c8ae5b03be1ae685a32102e5 [file] [log] [blame]
package p;
class A{
void f(int i){
int temp= (i= 1);
int y= temp + 1;
}
}