blob: 1993f10d302b126357f6e62b1febb596130ce304 [file] [log] [blame]
class B {
void bar1(){
if (new Test().foo()){
return;
}
}
}