blob: 8b52f5db6ce0b025121a14cf3c2c7573d65fb1e2 [file] [log] [blame]
class Foo{
public void foo(){
int someVariable = (y +
z
);
}
}