e770aed084
So #KT-23752 Fixed
5 lines
139 B
Kotlin
Vendored
5 lines
139 B
Kotlin
Vendored
// "Remove variable 'a'" "false"
|
|
// ACTION: Split property declaration
|
|
fun test() {
|
|
val <caret>a: (String) -> Unit = fun(s) { s + s }
|
|
} |