// WITH_RUNTIME import kotlin.let as ~myLet fun main() { val a = 42 a.myLet{ println(it) } }