Regenerate tests

This commit is contained in:
Dmitriy Novozhilov
2021-11-17 09:43:27 +03:00
parent bec2f89a07
commit 8cdfec7c40
@@ -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 {