Files

5 lines
123 B
Java

public class Foo {
void m(String s) {
Object o = s.isEmpty() ? s.concat("a").cast<caret> : s.concat("b");
}
}