blob: 3ee0003217656c7bf0971a7f2b14926fd341c2e5 [file] [log] [blame]
public class CompletionArrayAccess1 {
String zzz1;
int zzz2;
void foo(){
String[] s;
String s2 = s[zzz]
}
}