smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / UseIntConstantsFromTargetClassReturnValue.java
blob00c2495c7245fb5aeb0a393ac36c7d107e30e24f
1 class Foo {
2 public static final int FOO_FOO;
3 public static final int FOO_BAR;
5 int foo();
8 public class Bar {
11 if (new Foo().foo() == FB<caret>)