6 lines
89 B
Plaintext
Vendored
6 lines
89 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
import java.io.File
|
|
|
|
fun foo(file: File) {
|
|
file.absolutePath<caret>
|
|
} |