6ff91d1399
#KT-12793 Fixed
9 lines
129 B
Kotlin
Vendored
9 lines
129 B
Kotlin
Vendored
abstract class ProtectedTest {
|
|
fun foo() {
|
|
"".<caret>
|
|
}
|
|
|
|
abstract protected fun String.bar()
|
|
}
|
|
|
|
// EXIST: bar |