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