blob: a32ba818d2d5c6bd862a45bf0fc673418d8f6ecb [file] [log] [blame]
class Bar {
Goo getGoo();
}
class Goo {}
class Foo {
Bar getBar() {}
{
Goo g = <caret>
}
}