Files
kotlin-fork/idea/testData/quickfix/migration/conflictingExtension/wrongGetter2.kt
T
2016-11-15 09:30:13 +03:00

9 lines
244 B
Kotlin
Vendored

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