// "Suppress 'REDUNDANT_NULLABLE' for object C" "true" @Suppress("REDUNDANT_NULLABLE") object C { var foo: String?? = null }