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