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