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