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