// "Assert 'myFoo != null'" "false" class A{ private final String myFoo = null; String myBar = myFoo.substring(0); }