mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
error if static on-demand import references non-class (IDEA-160943)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import static java.<error descr="Class java.io not found">io</error>.*;
|
||||
|
||||
class Main { }
|
||||
Reference in New Issue
Block a user