blob: fe6e5790f52686feb15ceb1a776816d0b35a9bb3 [file] [log] [blame]
class Foo {
java.util.List<String> foo() {
return <caret>
}
}