Tests: add some test cases for inheritor search
Refactor inheritor search tests to be generated
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
object A : B()
|
||||
|
||||
open class B {
|
||||
|
||||
}
|
||||
// CLASS: B
|
||||
// SEARCH: class:A
|
||||
Reference in New Issue
Block a user