blob: 5ce8170f4a70cfcdaee5b6602088d60a0903507a [file] [log] [blame]
class Foo {
String foo();
{
Foo bar;
String f = bar.foo();<caret>
}
}