smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / EmptyListInReturn-out.java
blob197b8d11a2b15f5c689c8d2c4c66e30f51f9e7d1
1 import java.util.Collections;
3 class Foo {
4 java.util.List<String> foo() {
5 return Collections.emptyList();<caret>