blob: cfc79f4929b3e21441055aded5bc4f025255f101 [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);
}
}