Files
kotlin-fork/idea/testData/quickfix/migration/conflictingExtension/wrongGetter2.kt
T
2015-12-08 16:20:47 +03:00

8 lines
198 B
Kotlin
Vendored

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