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

4 lines
63 B
Kotlin
Vendored

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