blob: 659e44293c6e90a191e337fc77db0ad18cfe4b9f [file] [log] [blame]
class Test {
void foo() {
String a = "", b = "", c = "";
if (a + (() (b + c))) {
}
}
}