Analysis API: add isSubclassOf tests

This commit is contained in:
Ilya Kirillov
2021-12-31 19:36:53 +03:00
parent e6fc434489
commit 11c50a48ba
7 changed files with 183 additions and 14 deletions
@@ -0,0 +1,5 @@
fun foo() {
open class <caret_super>A
open class <caret_sub>T : A()
}
@@ -0,0 +1,2 @@
IS_SUBCLASS: true
IS_DIRECT_SUBCLASS: true