mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 786ff0d07a68ecb53f3c929600353bc28f483bf0
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>
|
|
}
|
|
} |