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

4 lines
63 B
Kotlin

abstract class Owner {
protected fun <caret>f(): Int = 1
}