smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / StaticSubclass-out.java
blobd6a5b3d7f8095165fb41946fa2dafbb6862a70a0
1 class BarBase {
3 FooBase f = FooBase.EMPTY;<caret>
7 class FooBase {
8 public static final FooBase EMPTY;
10 public static class FooBaseImpl extends FooBase {}