FIR LC: add tests about type approximation in PsiType provider

This commit is contained in:
Jinseong Jeon
2021-10-07 22:01:55 -07:00
committed by Roman Golyshev
parent c441980c74
commit 9ed2c9d371
17 changed files with 165 additions and 0 deletions
@@ -99,6 +99,10 @@ fun main(args: Array<String>) {
testClass<AbstractFirGetSuperTypesTest> {
model("components/getSuperTypes")
}
testClass<AbstractPsiTypeProviderTest> {
model("components/psiTypeProvider")
}
}
testGroup("analysis/analysis-api-fe10/tests", "analysis/analysis-api/testData") {