Files
kotlin-fork/idea/idea-completion/testData/basic/common/ProtectedExtensionMethod.kt
T
2016-08-05 19:36:52 +03:00

9 lines
129 B
Kotlin
Vendored

abstract class ProtectedTest {
fun foo() {
"".<caret>
}
abstract protected fun String.bar()
}
// EXIST: bar