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