4 lines
81 B
Kotlin
Vendored
4 lines
81 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test() {
|
|
val a: (Int) -> String = <caret>{ "" }
|
|
} |