Tests: add some test cases for inheritor search

Refactor inheritor search tests to be generated
This commit is contained in:
Pavel V. Talanov
2017-04-28 17:34:11 +03:00
parent 178e59a6e8
commit 7ef18fe5ba
12 changed files with 145 additions and 23 deletions
+7
View File
@@ -0,0 +1,7 @@
object A : B()
open class B {
}
// CLASS: B
// SEARCH: class:A