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