blob: d1c00ffdd99628e6fb6057371fddcd5dc150c452 [file] [log] [blame]
class Goo {
void foo(boolean... los) {
boolean a = los[<caret>];
}
}