FIR IDE: make smartcast API return unstable smartcasts
This commit is contained in:
committed by
Ilya Kirillov
parent
6462642988
commit
197079c85c
+8
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user