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