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