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