blob: b9d10450880fb144b12cc28ad462c19596ad04a6 [file] [log] [blame]
import java.util.Collections;
class Foo {
java.util.Set<String> foo() {
return true ? Collections.<String>emptySet() : <caret>
}
}