20eb3fb492
#KT-30012 Fixed #KT-30432 Fixed #KT-30736 Fixed
7 lines
153 B
Kotlin
Vendored
7 lines
153 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import kotlin.let as <info descr="null">~myLet</info>
|
|
|
|
fun main() {
|
|
val a = 42
|
|
a.<info descr="null">myLet</info>{ println(it) }
|
|
} |