blob: 455b2f42af2ce5ce344446bb73a483e5e50c0a14 [file] [log] [blame]
package p;
class A {
public void test() {
int i= 0;
int j= i=2;
int k= j + 1;
}
}