mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 01:41:11 +07:00
- support implicit import for java.io.IO - reimplement implicit static imports GitOrigin-RevId: 3e2650128d43b1cff40c21c0539869070c6094d0
5 lines
65 B
Java
5 lines
65 B
Java
import static java.io.IO.*;
|
|
|
|
void main() {
|
|
println("Hello!");
|
|
} |