mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 11:07:44 +07:00
GitOrigin-RevId: 786ff0d07a68ecb53f3c929600353bc28f483bf0
8 lines
88 B
Java
8 lines
88 B
Java
import java.util.List;
|
|
|
|
|
|
class Foo {
|
|
void test(List<String> baz) {
|
|
so<caret>
|
|
}
|
|
} |