smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ConstantTwice.java
blobe2e62dd81be6a0107712d80649e209e0c564230d
1 class Key {}
3 public class Foo {
4 static final Key FOO;
6 void foo(Key key) {}
9 foo(<caret>)