e8d518a28f
#KT-9166 Fixed
8 lines
113 B
Kotlin
Vendored
8 lines
113 B
Kotlin
Vendored
import java.io.File
|
|
|
|
fun foo(file: File) {
|
|
file.g<caret>
|
|
}
|
|
|
|
// EXIST: absolutePath
|
|
// ABSENT: getAbsolutePath |