mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
- use code style for on-demand imports - support members for auto-import, not the whole class GitOrigin-RevId: 32d14c06819a1b1062b081756f614113e22c9858
8 lines
88 B
Java
8 lines
88 B
Java
import java.util.List;
|
|
|
|
|
|
class Foo {
|
|
void test(List<String> baz) {
|
|
so<caret>
|
|
}
|
|
} |