blob: a2f5c8e041e7badd3584ee74210619ae2e127361 [file] [log] [blame]
class Goo {
boolean[] array();
{
boolean a = this.array()[<caret>];
}
}