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