mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 02:21:17 +07:00
8 lines
119 B
Java
8 lines
119 B
Java
// "Replace with '.of()'" "true-preview"
|
|
import static java.util.Optional.*;
|
|
|
|
class A{
|
|
void test(){
|
|
of(11);
|
|
}
|
|
} |