blob: dccdb733e279ea9dbbbd4b3433d193e7c9d18115 [file] [log] [blame]
// "Remove parameter 'm'" "true"
// DISABLE-ERRORS
fun test() {
Foo.foo()
Foo.foo(1<caret>)
Foo.foo(1, 2)
Foo.foo(3, 4)
}