[Test] Reproduce KT-65415 and KT-66432

This commit is contained in:
Dmitriy Novozhilov
2024-03-07 14:46:24 +02:00
committed by Space Team
parent d352cc9d96
commit 7a383373b0
22 changed files with 142 additions and 0 deletions
@@ -64,6 +64,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt");
}
@Test
@TestMetadata("intrinsicConstEvaluationInSources.kt")
public void testIntrinsicConstEvaluationInSources() {
runTest("compiler/testData/codegen/box/annotations/intrinsicConstEvaluationInSources.kt");
}
@Test
@TestMetadata("nestedAnnotation.kt")
public void testNestedAnnotation() {
@@ -70,6 +70,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt");
}
@Test
@TestMetadata("intrinsicConstEvaluationInSources.kt")
public void testIntrinsicConstEvaluationInSources() {
runTest("compiler/testData/codegen/box/annotations/intrinsicConstEvaluationInSources.kt");
}
@Test
@TestMetadata("nestedAnnotation.kt")
public void testNestedAnnotation() {
@@ -58,6 +58,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt");
}
@Test
@TestMetadata("intrinsicConstEvaluationInSources.kt")
public void testIntrinsicConstEvaluationInSources() {
runTest("compiler/testData/codegen/box/annotations/intrinsicConstEvaluationInSources.kt");
}
@Test
@TestMetadata("nestedAnnotation.kt")
public void testNestedAnnotation() {
@@ -65,6 +65,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt");
}
@Test
@TestMetadata("intrinsicConstEvaluationInSources.kt")
public void testIntrinsicConstEvaluationInSources() {
runTest("compiler/testData/codegen/box/annotations/intrinsicConstEvaluationInSources.kt");
}
@Test
@TestMetadata("nestedAnnotation.kt")
public void testNestedAnnotation() {