FIR IDE: make smartcast API return unstable smartcasts

This commit is contained in:
Tianyu Geng
2021-11-03 10:34:49 -07:00
committed by Ilya Kirillov
parent 6462642988
commit 197079c85c
31 changed files with 356 additions and 23 deletions
@@ -108,6 +108,10 @@ fun main(args: Array<String>) {
testClass<AbstractPsiTypeProviderTest> {
model("components/psiTypeProvider")
}
testClass<AbstractFirHLSmartCastInfoTest> {
model("components/smartCastInfo")
}
}
testGroup("analysis/analysis-api-fe10/tests", "analysis/analysis-api/testData") {
@@ -162,6 +166,10 @@ fun main(args: Array<String>) {
testClass<AbstractKtFe10HasCommonSubtypeTest> {
model("components/hasCommonSubtype")
}
testClass<AbstractKtFe10HLSmartCastInfoTest> {
model("components/smartCastInfo")
}
}
testGroup("analysis/low-level-api-fir/tests", "compiler/fir/raw-fir/psi2fir/testData") {