79d7babb57
#KT-37219 Fixed
6 lines
95 B
Kotlin
Vendored
6 lines
95 B
Kotlin
Vendored
fun test(baz: Int) {
|
|
fun irrelevant() {
|
|
val foo = "bar"
|
|
}
|
|
<caret>baz = 42
|
|
} |