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