FIR IDE: add API to get super types of a KtType

This commit is contained in:
Tianyu Geng
2021-10-06 15:49:27 -07:00
committed by Ilya Kirillov
parent 09d16ce849
commit 8b44a4685f
34 changed files with 568 additions and 1 deletions
@@ -88,6 +88,10 @@ fun main(args: Array<String>) {
testClass<AbstractHasCommonSubtypeTest> {
model("components/hasCommonSubtype")
}
testClass<AbstractGetSuperTypesTest> {
model("components/getSuperTypes")
}
}
testGroup("analysis/low-level-api-fir/tests", "compiler/fir/raw-fir/psi2fir/testData") {