Tests: add some test cases for inheritor search
Refactor inheritor search tests to be generated
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
package a.b
|
||||
|
||||
interface I: J {
|
||||
|
||||
}
|
||||
|
||||
interface J {
|
||||
|
||||
}
|
||||
|
||||
// CLASS: a.b.J
|
||||
// SEARCH: class:I
|
||||
Reference in New Issue
Block a user