8 lines
100 B
Plaintext
Vendored
8 lines
100 B
Plaintext
Vendored
import java.io.File
|
|
|
|
fun foo(file: File) {
|
|
file.absolutePath<caret>
|
|
}
|
|
|
|
// ELEMENT: absolutePath
|