e770aed084
So #KT-23752 Fixed
4 lines
108 B
Kotlin
Vendored
4 lines
108 B
Kotlin
Vendored
// "Remove variable 'a'" "true"
|
|
fun test() {
|
|
val <caret>a: (String) -> Unit = fun(s: String) { s + s }
|
|
} |