[IR] Visit file annotations in IR interpreter

#KT-55866 Fixed
This commit is contained in:
Ivan Kylchik
2023-04-24 10:26:50 +02:00
committed by Space Team
parent 1ba900be44
commit 3d4f3d2f57
12 changed files with 64 additions and 7 deletions
@@ -22962,6 +22962,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/involvesIrInterpreter"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
}
@TestMetadata("kt55866.kt")
public void testKt55866() throws Exception {
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt55866.kt");
}
@TestMetadata("kt55912.kt")
public void testKt55912() throws Exception {
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt55912.kt");