Change Signature: Support Change Signature quick-fix for Java -> Kotlin case
#KT-9401 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Change 2nd parameter of method 'foo' from 'boolean' to 'String'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
new K().foo(1, <caret>"2");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user