blob: 68f0375e149ce719deaae1a3974810bbd6c8410d [file] [log] [blame]
class Test {
void f(boolean b){
String [] s = {b <caret>? "a" : "c"};
}
}