[Test] Reproduce KT-65415 and KT-66432
This commit is contained in:
committed by
Space Team
parent
d352cc9d96
commit
7a383373b0
+6
@@ -53,6 +53,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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() {
|
||||
|
||||
Generated
+6
@@ -53,6 +53,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
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() {
|
||||
|
||||
+6
@@ -53,6 +53,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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() {
|
||||
|
||||
+6
@@ -53,6 +53,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user