smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / DoubleTrueInOverloadedMethodCall.java
blobde813b530280a090aa8a9c7c2a7369e124131918
1 class Client {
3 foo(tr<caret>)
6 void foo(Object o) {}
7 void foo(boolean o) {}