smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ArrayIndexTailType-out.java
blob093cd7c1d949deab42b8d333bc6c70d23836e5e7
1 public class Foo {
4 int abcdef;
5 int[] xxx;
6 int z = xxx[abcdef<caret>]