Introduce Parameter: Java -> Kotlin Interoperability
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun test() {
|
||||
val x = J().foo(1, 2, 3)
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fun test() {
|
||||
val x = J().foo(1, 2, 3)
|
||||
}
|
||||