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