mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 02:21:17 +07:00
7 lines
135 B
Java
7 lines
135 B
Java
// "Replace with '.empty()'" "true-preview"
|
|
class A {
|
|
void test() {
|
|
String s = null;
|
|
java.util.Optional.empty(<caret>);
|
|
}
|
|
} |