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