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