Files
kotlin-fork/idea/testData/intentions/addNameToArgument/javaMethod.kt
T
2015-06-29 19:29:25 +03:00

6 lines
84 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
fun f() {
java.io.File(<caret>"file")
}