mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-23 15:49:31 +07:00
9 lines
121 B
Java
9 lines
121 B
Java
import java.util.List;
|
|
|
|
import static org.example.AAA.*;
|
|
|
|
class Foo {
|
|
void test(List<String> baz) {
|
|
so<caret>
|
|
}
|
|
} |