blob: b1c53107d45fe3cbb7b773f92dc3e4636db6db2f [file] [log] [blame]
class Foo {
void foo() {
someVariable = x =
x +
y;
}
}