Change signature does not make doubled refactoring for java usages
Fixed #KT-22170
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
public class JavaTest {
|
||||
public static void test() {
|
||||
Test.Companion.<caret>fooStatic("First", 2);
|
||||
Test.fooStatic("First", 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user