7ef18fe5ba
Refactor inheritor search tests to be generated
13 lines
87 B
Kotlin
Vendored
13 lines
87 B
Kotlin
Vendored
package a.b
|
|
|
|
interface I: J {
|
|
|
|
}
|
|
|
|
interface J {
|
|
|
|
}
|
|
|
|
// CLASS: a.b.J
|
|
// SEARCH: class:I
|