Change Signature: Support configurable Change Signature for Java code
#KT-5923 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Remove parameter 'm'" "true"
|
||||
// DISABLE-ERRORS
|
||||
fun test() {
|
||||
Foo.foo()
|
||||
Foo.foo(1<caret>)
|
||||
Foo.foo(1, 2)
|
||||
Foo.foo(3, 4)
|
||||
}
|
||||
Reference in New Issue
Block a user