mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
4 lines
97 B
Java
4 lines
97 B
Java
import static <caret>Foo.staticMethod;
|
|
class StaticMethodUsageInImport {
|
|
{ staticMethod(); }
|
|
} |