Files
2025-01-16 14:21:49 +00:00

8 lines
88 B
Java

import java.util.List;
class Foo {
void test(List<String> baz) {
so<caret>
}
}