6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import java.io.File
|
|
|
|
fun File.foo() {
|
|
getAbsolutePath()<caret>
|
|
} |