blob: 362ea5057b02ba525da082602cd8a688618fa730 [file] [log] [blame]
public class SomeClass {
{
int[] aaa = new int[1];
int bbb = aaa[0];<caret>
}
}