blob: 197b8d11a2b15f5c689c8d2c4c66e30f51f9e7d1 [file] [log] [blame]
import java.util.Collections;
class Foo {
java.util.List<String> foo() {
return Collections.emptyList();<caret>
}
}