smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / UnlockDocument.java
blob2473d8c382edb844293e48267b07bf26a766cb7e
1 import java.util.*;
2 import pkg.Foo;
4 class MyClass {
6 Foo.foo(Collections.em<caret>)