mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 19:58:23 +07:00
- new intention to add to auto-import - fix conflict with packages GitOrigin-RevId: 5a42079a0eb7bc798a5cc6b0602487381e1141ce
7 lines
94 B
Java
7 lines
94 B
Java
import static java.util.Objects.*;
|
|
|
|
class Foo {
|
|
void m() {
|
|
requireNonNull(<caret>)
|
|
}
|
|
} |