Files
kotlin/idea/testData/quickfix/implement/incorrectRange.kt
Valentin Kipyatkov 7625672914 Better test data
2016-09-23 10:07:15 +03:00

7 lines
210 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.intentions.CreateKotlinSubClassIntention" "false"
// ACTION: Convert function to property
// ACTION: Convert member to extension
interface Base {
fun <caret>foo(): Int
}