5927032143
#KT-30214 Fixed
8 lines
117 B
Plaintext
Vendored
8 lines
117 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
package my.sample
|
|
|
|
import kotlin.let as let1
|
|
|
|
fun test() {
|
|
0.let1 { true }.let1 { println(it) }
|
|
} |