blob: eaa0b52aa0e7f4a4a330171de524131ecb3abd2e [file] [log] [blame]
class Foo {
void foo() {
int someVariable = a ?
x :
y;
}
}