smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / second / IgnoreToString-out.java
blob5ce8170f4a70cfcdaee5b6602088d60a0903507a
1 class Foo {
3 String foo();
6 Foo bar;
7 String f = bar.foo();<caret>