// "Assert 'myFoo != null'" "true-preview" class A{ private final String myFoo = Math.random() > 0.5 ? "" : null; String myBar = myFoo.substring(0); }