mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 00:29:58 +07:00
GitOrigin-RevId: a7972852a7bad35c7e1355cdc8177e84aac4a4e8
8 lines
86 B
Java
8 lines
86 B
Java
import java.util.List;
|
|
|
|
|
|
class Foo {
|
|
void test(List<String> baz) {
|
|
<caret>
|
|
}
|
|
} |