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