9 lines
221 B
Kotlin
Vendored
9 lines
221 B
Kotlin
Vendored
import java.io.File
|
|
|
|
fun foo(file: File?) {
|
|
file?.<caret>
|
|
}
|
|
|
|
// EXIST: { lookupString: "absolutePath", itemText: "absolutePath", tailText: " (from getAbsolutePath())", typeText: "String!" }
|
|
// ABSENT: getAbsolutePath
|