[FIR2IR] Simplify logic around annotationMode

#KT-58005 Fixed
This commit is contained in:
Ivan Kylchik
2023-04-28 18:01:40 +02:00
committed by Space Team
parent 59ea7717dd
commit 73cc73115e
10 changed files with 156 additions and 60 deletions
@@ -22962,6 +22962,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt57028.kt");
}
@TestMetadata("kt58005.kt")
public void testKt58005() throws Exception {
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt58005.kt");
}
@TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter/intrinsicConst")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)