blob: 093cd7c1d949deab42b8d333bc6c70d23836e5e7 [file] [log] [blame]
public class Foo {
{
int abcdef;
int[] xxx;
int z = xxx[abcdef<caret>]
}
}