smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ExclamationStaticFieldFinish.java
blob9a153a9f63628f160ad0a889f4eef503c7f12f5d
1 class BarBase {
4 boolean foo;
5 boolean f = Foo.fo<caret>
10 class Foo {
11 static final Boolean foo;