blob: 530e6b9a196278f6de8cc54a0243e53b1ee8bde7 [file] [log] [blame]
//7, 17 -> 7, 18
package p;
class A {
private void foo() {
int s= 0;
int temp= s;
int z= +temp;
}
}