// "Remove parameter 'm'" "true" // DISABLE-ERRORS fun test() { Foo.foo() Foo.foo(1) Foo.foo(1) Foo.foo(3) }