Files
kotlin-fork/idea/testData/refactoring/introduceJavaParameter/javaMethod.1.kt
T
2015-05-08 11:43:00 +03:00

4 lines
44 B
Kotlin
Vendored

fun test() {
val x = J().foo(1, 2, 3)
}