class Foo { java.util.List<String> foo() { return java.util.Collections.emptyList();<caret> } }