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