blob: 9a7729930589f52a3bbd7893cf92dfc6fd179b30 [file] [log] [blame]
public class Foo {
void m(Boolean x) {
if (x) {
<caret>
}
return;
}
}