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