blob: 72a18af65676db23034c64b2eb438b3252bb2a68 [file] [log] [blame]
class Test {
void foo() {
String a = "", b = "", c = "";
if (a + <selection>b + c</selection>) {
}
}
}