b8ae13b3d9
#KT-37148 Fixed
2 lines
56 B
Kotlin
Vendored
2 lines
56 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
val a = 1?.let<caret> { it }?.let { it } |