// "Replace with 'integer != null ?:'" "true" import java.lang.Integer; class A{ void test(){ Integer integer = null; int i = integer.to<caret>String().length(); } }