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