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