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