smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / HonorSelection.java
blobb838fdea36df6d3f3d6c13beccab0ebf9d0bd9ee
1 class Foo {
3 Foo fa;
4 String foo;
5 String s = f<selection>.toString();</selection>
8 public String toString() {}