From 8cdfec7c405ff91c6b53113cf5760693c7d81707 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Wed, 17 Nov 2021 09:43:27 +0300 Subject: [PATCH] Regenerate tests --- .../blackboxtest/NativeExtBlackBoxTestGenerated.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 {