blob: 486e88ba2dc334a4270f02f8616ab1b0455cd3a4 [file] [log] [blame]
public class Foo {
void m(String s) {
Object o = s.isEmpty() ? (() s.concat("a")) : s.concat("b");
}
}