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