diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeExtBlackBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeExtBlackBoxTestGenerated.java index 186ddd56479..ba2f8014faf 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeExtBlackBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeExtBlackBoxTestGenerated.java @@ -39451,6 +39451,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeOf"), Pattern.compile("^(.+)\\.kt$"), null, true); } + @Test + @TestMetadata("annotatedType.kt") + public void testAnnotatedType() throws Exception { + runTest("compiler/testData/codegen/box/reflection/typeOf/annotatedType.kt"); + } + @Test @TestMetadata("classes.kt") public void testClasses() throws Exception { @@ -39610,6 +39616,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeOf/noReflect"), Pattern.compile("^(.+)\\.kt$"), null, true); } + @Test + @TestMetadata("annotatedType.kt") + public void testAnnotatedType() throws Exception { + runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/annotatedType.kt"); + } + @Test @TestMetadata("classes.kt") public void testClasses() throws Exception {