blob: ce60f2b47794d02104413551ec7c639d7535cba1 [file] [log] [blame]
class Foo {
String afoo();
{
String cl = afoo();<caret>
}
}