[K2, MPP] Actualize annotation calls

^KT-57963 Fixed
This commit is contained in:
Ivan Kochurkin
2023-04-12 22:46:17 +02:00
committed by Space Team
parent dc9ed5656e
commit 553114e245
20 changed files with 945 additions and 2 deletions
@@ -28751,6 +28751,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testAllFilesPresentInAnnotations() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/multiplatform/k2/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@TestMetadata("expectAnnotationCallInLibrary.kt")
public void testExpectAnnotationCallInLibrary() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/k2/annotations/expectAnnotationCallInLibrary.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/multiplatform/k2/basic")