smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / BeforeCastToArray-out.java
blobd33efbdeb1e52836d78e6e11992ac32aff37573c
1 class Foo {
2 public static final Foo[] EMPTY_ARRAY = new Foo[0];
4 public Foo[] foo(boolean b){
5 return EMPTY_ARRAY;<caret>(Bar[]);