Change Signature: Process Kotlin-based usages when changing signature of the Java function

This commit is contained in:
Alexey Sedunov
2014-11-20 18:18:46 +03:00
parent 18c10c9079
commit 591c409854
14 changed files with 250 additions and 13 deletions
@@ -0,0 +1,6 @@
import J.foo
fun test() {
J.foo("1", 2)
J.foo("3", 4)
}