Files
kotlin-fork/idea/testData/intentions/declarations/convertMemberToExtension/protected.kt
T
2013-08-27 15:03:27 +04:00

3 lines
57 B
Kotlin

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