blob: 0e0ff37419213da6975cdef08f7d7395ba243379 [file] [log] [blame]
public class Foo {
void m(String s) {
Object o = s.isEmpty() ? s.concat("a").cast<caret> : s.concat("b");
}
}