Files
kotlin-fork/idea/testData/intentions/declarations/convertMemberToExtension/open.kt
T

6 lines
69 B
Kotlin
Vendored

// WITH_RUNTIME
open class Owner {
open fun <caret>f() {
}
}