5927032143
#KT-30214 Fixed
6 lines
95 B
Kotlin
Vendored
6 lines
95 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
package my.sample
|
|
|
|
fun test() {
|
|
0.let { true }.let<caret> { println(it) }
|
|
} |