blob: 4741aeb6c41c78c339ace7a83da8afd72706c8be [file] [log] [blame]
class C {
boolean fooInverted() {
return true;
}
void bar() {
fooInverted();
}
}