class Foo { void foo() { int someVariable = a ? x : y; } }