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