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