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