Files
kotlin-fork/idea/testData/quickfix/migration/conflictingExtension/wrongGetter2.kt
T

7 lines
175 B
Kotlin
Vendored

// "Delete redundant extension property" "false"
// ACTION: Convert property to function
import java.io.File
public val File.<caret>parent: File?
get() = getParentFile()