Files
kotlin-fork/idea/testData/search/inheritance/object.kt
T
Pavel V. Talanov 7ef18fe5ba Tests: add some test cases for inheritor search
Refactor inheritor search tests to be generated
2017-05-02 15:40:19 +03:00

8 lines
65 B
Kotlin
Vendored

object A : B()
open class B {
}
// CLASS: B
// SEARCH: class:A