blob: e448d839226bb375f127b703d854ff6c31ee6e26 [file] [log] [blame]
abstract class ProtectedTest {
fun foo() {
"".<caret>
}
abstract protected fun String.bar()
}
// EXIST: bar