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