blob: ef611ed1c0e8a67c5c5e823cabe44405e3925323 [file] [log] [blame]
public class X {
void f(boolean isMale) {
String title = isMale <spot>?</spot> "Mr." : "Ms.";
System.out.println("title = " + title);
}
}