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