blob: c2028c25e6969c7b0e5b6f6bec20b5b8628933db [file] [log] [blame]
class A {
void method() {
if (true)
return;
}
}