3292137acb
So #KT-24792 Fixed
7 lines
100 B
Kotlin
Vendored
7 lines
100 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
inline fun test() {
|
|
foo <caret>{ "" }
|
|
}
|
|
|
|
fun foo(f: (Int) -> String) {} |