// "Replace with '.ofNullable()'" "true-preview" class A{ void test(){ java.util.Optional.ofNullable(null); } }