mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 00:01:54 +07:00
12 lines
178 B
Java
12 lines
178 B
Java
import static Outer.Double;
|
|
|
|
class Outer {
|
|
static class Double {
|
|
}
|
|
}
|
|
|
|
class StaticImportTest {
|
|
public static void main(String[] args) {
|
|
<ref>Double d;
|
|
}
|
|
} |