mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
[java-imports] IJ-CR-153077 IDEA-13817 Create "favorites" for static import and completion
- new intention to add to auto-import - fix conflict with packages GitOrigin-RevId: 5a42079a0eb7bc798a5cc6b0602487381e1141ce
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0c6294eea6
commit
c31dc919a9
@@ -0,0 +1,7 @@
|
||||
import static java.util.Objects.*;
|
||||
|
||||
class Foo {
|
||||
void m() {
|
||||
requireNonNull(<caret>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user