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