[IR] Restore and fix ifConstVal test

It was accidentally dropped after KT-55196 fix.
This commit is contained in:
Ivan Kylchik
2023-09-04 16:07:48 +02:00
committed by Space Team
parent 34f52aaeda
commit abc061e17f
19 changed files with 161 additions and 6 deletions
@@ -24614,6 +24614,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/involvesIrInterpreter/intrinsicConst/enumName.kt");
}
@TestMetadata("ifConstVal.kt")
public void ignoreIfConstVal() throws Exception {
runTest("compiler/testData/codegen/box/involvesIrInterpreter/intrinsicConst/ifConstVal.kt");
}
@TestMetadata("kCallableName.kt")
public void ignoreKCallableName() throws Exception {
runTest("compiler/testData/codegen/box/involvesIrInterpreter/intrinsicConst/kCallableName.kt");