mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
disable on-demand static import inside import statements (IDEA-196022)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Add on demand static import for 'java.util.Collections'" "false"
|
||||
package test;
|
||||
|
||||
import static java.util.Collections.*;
|
||||
import static java.util.Colle<caret>ctions.emptyList;
|
||||
|
||||
abstract class Foo {
|
||||
}
|
||||
Reference in New Issue
Block a user