blob: b00f97d571822e4bd4340d093e5ac89f1753d4a3 [file] [log] [blame]
class A {
public void test() {
int a = 0; int b = 0; int c = 0;
int d = a - <selection>b + c</selection>;
}
}