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