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