Change signature does not make doubled refactoring for java usages
Fixed #KT-22170
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
companion object {
|
||||
@JvmStatic
|
||||
fun fooStatic(second: Int, first: String) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user