class C { suppress("REDUNDANT_NULLABLE") class object { val foo: String?? = null as Nothing?? } }