10 lines
147 B
Kotlin
Vendored
10 lines
147 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
abstract class ProtectedTest {
|
|
fun foo() {
|
|
"".<caret>
|
|
}
|
|
|
|
abstract protected fun String.bar()
|
|
}
|
|
|
|
// EXIST: bar |