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