5319e9e761
#KT-5923 Fixed
8 lines
137 B
Kotlin
Vendored
8 lines
137 B
Kotlin
Vendored
// "Remove parameter 'm'" "true"
|
|
// DISABLE-ERRORS
|
|
fun test() {
|
|
Foo.foo()
|
|
Foo.foo(1<caret>)
|
|
Foo.foo(1, 2)
|
|
Foo.foo(3, 4)
|
|
} |