4 lines
84 B
Kotlin
4 lines
84 B
Kotlin
fun foo(a: (String) -> Unit) {
|
|
"".<!FREE_FUNCTION_CALLED_AS_EXTENSION!>a<!>()
|
|
}
|