Files
kotlin-fork/compiler/testData/ir/irText/expressions/extFunSafeInvoke.kt
T
2020-12-18 12:17:21 +03:00

3 lines
108 B
Kotlin
Vendored

// FIR_IDENTICAL
fun test(receiver: Any?, fn: Any.(Int, String) -> Unit) =
receiver?.fn(42, "Hello")