9 lines
90 B
Kotlin
Vendored
9 lines
90 B
Kotlin
Vendored
// "Remove parameter 'x'" "true"
|
|
|
|
fun Int.f(<caret>x: Int) {
|
|
|
|
}
|
|
|
|
fun test() {
|
|
1.f(2)
|
|
} |