blob: 28926e6955bc80a31aa5ba45cc722a4d995f18b1 [file] [log] [blame]
class Test {
void f<caret>oo(int i, int... j) {
if (i == 0) {
for (int idx : j) {
}
}
}
}