blob: c63b38441da512f1299025b5a761d1ed1c1775ad [file] [log] [blame]
class Foo {
public void foo() {
<caret>
return;
}
}