Change Signature: Process Kotlin-based usages when changing signature of the Java function
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import J.foo
|
||||
|
||||
fun test() {
|
||||
J.foo("1", 2)
|
||||
J.foo("3", 4)
|
||||
}
|
||||
Reference in New Issue
Block a user