blob: 45dcd4e1ac728475d4a6aef7fae9b38880cd03ee [file] [log] [blame]
class Foo {
boolean is();
public String toString() {
boolean foo;
boolean bar;
Foo to;
boolean f = to.is();<caret>
}
}