ee3f89df87
So #KT-22221 Fixed Fixes also some quick-fix tests
7 lines
96 B
Kotlin
Vendored
7 lines
96 B
Kotlin
Vendored
// "Remove parameter 'x'" "true"
|
|
|
|
fun foo() {
|
|
X("")
|
|
}
|
|
class X constructor(<caret>x: String)
|