class C { boolean foo() { return false; } void bar() { boolean a, b; a = b = foo(); } }