7 lines
128 B
Kotlin
Vendored
7 lines
128 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
import java.io.File
|
|
|
|
fun File.foo(absolutePath: String) {
|
|
getAbsolutePath()<caret>
|
|
} |