blob: 680181b0573f0b9ae55cb0c8a43b09ef57a2f18f [file] [log] [blame]
// TARGET_BACKEND: JVM_IR
fun box() {
val str = "OK"
val a = { s: String -> s }("OK")
val b = { s: String -> s }(str)
val c = { s: String -> s }
c.invoke("OK")
}
// 1 checkNotNullParameter