notNullA = it
b?.let {
println(notNullA)
}
}
Вот так чтоли?
a?.let { a -> b?.let { b -> // Вот так } }
Обсуждают сегодня