blob: 059822dba58bf8e6ed2917253166d26e0ded2c3e [file] [log] [blame]
public class test {
void f() {
int k1 = 1;
int k2 = 2;
int[] array = new int[]{k1, k2};
<caret>
System.out.print(k1);
}
}