[java-highlighting] IDEA-355777 Support JEP 477: implicit imports

- support implicit import for java.io.IO
- reimplement implicit static imports

GitOrigin-RevId: 3e2650128d43b1cff40c21c0539869070c6094d0
This commit is contained in:
Mikhail Pyltsin
2024-07-03 17:59:10 +02:00
committed by intellij-monorepo-bot
parent 6827bb2045
commit 07178b990f
23 changed files with 303 additions and 117 deletions

View File

@@ -0,0 +1,3 @@
void main() {
println("Hello!");
}