Files
kotlin-fork/idea/idea-completion/testData/handlers/multifile/StaticMethodFromGrandParent-1.kt
T
2021-06-03 19:39:08 +03:00

6 lines
84 B
Kotlin
Vendored

// FIR_COMPARISON
class Inheritor : Base() {
init {
fooBa<caret>
}
}