smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / second / NoObjectMethodsAsFirstPart-out.java
blob45dcd4e1ac728475d4a6aef7fae9b38880cd03ee
1 class Foo {
3 boolean is();
5 public String toString() {
6 boolean foo;
7 boolean bar;
8 Foo to;
9 boolean f = to.is();<caret>