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