smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / VoidExpectedType.java
blob8bf51956c777a4f4e627898ae01f4f2f8f5bc48c
1 class Main {
4 new Foo().<caret>
8 class Foo {}