[Test] Reproduce KT-65415 and KT-66432
This commit is contained in:
committed by
Space Team
parent
d352cc9d96
commit
7a383373b0
+6
@@ -197,6 +197,12 @@ public class JvmAbiConsistencyTestBoxGenerated extends AbstractJvmAbiConsistency
|
||||
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("invisibleFunctionWithReceiverWithSuppress.kt")
|
||||
public void testInvisibleFunctionWithReceiverWithSuppress() {
|
||||
|
||||
+6
@@ -161,6 +161,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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("javaAnnotationArrayValueDefault.kt")
|
||||
public void testJavaAnnotationArrayValueDefault() {
|
||||
|
||||
+6
@@ -197,6 +197,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
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("invisibleFunctionWithReceiverWithSuppress.kt")
|
||||
public void testInvisibleFunctionWithReceiverWithSuppress() {
|
||||
|
||||
+6
@@ -197,6 +197,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
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("invisibleFunctionWithReceiverWithSuppress.kt")
|
||||
public void testInvisibleFunctionWithReceiverWithSuppress() {
|
||||
|
||||
+6
@@ -197,6 +197,12 @@ public class FirBlackBoxCodegenTestWithInlineScopesGenerated extends AbstractFir
|
||||
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("invisibleFunctionWithReceiverWithSuppress.kt")
|
||||
public void testInvisibleFunctionWithReceiverWithSuppress() {
|
||||
|
||||
Reference in New Issue
Block a user