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