// "Suppress 'REDUNDANT_NULLABLE' for enum entry A" "true" enum class E { @Suppress("REDUNDANT_NULLABLE") A { fun foo(): String?? = null } }