5b927d798c
#KT-20795 Fixed
5 lines
83 B
Kotlin
Vendored
5 lines
83 B
Kotlin
Vendored
fun foo() {
|
|
val a: (Int) -> Unit = { <caret>a -> bar(a) }
|
|
}
|
|
|
|
fun bar(i: Int) {} |