// "Suppress 'REDUNDANT_NULLABLE' for val (a, b)" "true" fun foo() { val (a, b) = Pair?, String>("", "") } data class Pair(val a: A, val b: B)