diff --git a/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirBlackBoxCodegenBasedTestGenerated.java b/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirBlackBoxCodegenBasedTestGenerated.java index 1f3cb305d5c..918ee8edef3 100644 --- a/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirBlackBoxCodegenBasedTestGenerated.java +++ b/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirBlackBoxCodegenBasedTestGenerated.java @@ -196,6 +196,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo 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() { diff --git a/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirReversedBlackBoxCodegenBasedTestGenerated.java b/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirReversedBlackBoxCodegenBasedTestGenerated.java index 3cd0c908a47..b18b0e1256d 100644 --- a/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirReversedBlackBoxCodegenBasedTestGenerated.java +++ b/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirReversedBlackBoxCodegenBasedTestGenerated.java @@ -196,6 +196,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi 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() { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenTestGenerated.java index 70b45e6b63f..4c842b09a52 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenTestGenerated.java @@ -197,6 +197,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr 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() { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenWithFir2IrFakeOverrideGeneratorTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenWithFir2IrFakeOverrideGeneratorTestGenerated.java index d4ab60fb550..cc6ec79b479 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenWithFir2IrFakeOverrideGeneratorTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenWithFir2IrFakeOverrideGeneratorTestGenerated.java @@ -197,6 +197,12 @@ public class FirLightTreeBlackBoxCodegenWithFir2IrFakeOverrideGeneratorTestGener 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() { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java index c7ff7fd5dc9..c79446d5879 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java @@ -197,6 +197,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo 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() { diff --git a/compiler/testData/codegen/box/annotations/intrinsicConstEvaluationInSources.kt b/compiler/testData/codegen/box/annotations/intrinsicConstEvaluationInSources.kt new file mode 100644 index 00000000000..bd031c84423 --- /dev/null +++ b/compiler/testData/codegen/box/annotations/intrinsicConstEvaluationInSources.kt @@ -0,0 +1,17 @@ +// IGNORE_BACKEND_K1: JS_IR, JS_IR_ES6, WASM, NATIVE +// IGNORE_BACKEND_K2: ANY +// non-jvm backends are ignored because of KT-66432 +// ISSUE: KT-65415, KT-66432 + +// FILE: IntrinsicConstEvaluation.kt +package kotlin.internal + +annotation class IntrinsicConstEvaluation + +// FILE: usage.kt +import kotlin.internal.IntrinsicConstEvaluation + +@IntrinsicConstEvaluation +fun test(): String = "OK" + +fun box(): String = test() diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/JvmAbiConsistencyTestBoxGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/JvmAbiConsistencyTestBoxGenerated.java index 283e3c33175..af9f4cf1e8e 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/JvmAbiConsistencyTestBoxGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/JvmAbiConsistencyTestBoxGenerated.java @@ -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() { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxCodegenTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxCodegenTestGenerated.java index 925a23dc55e..4af6d546b2f 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxCodegenTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxCodegenTestGenerated.java @@ -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() { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenTestGenerated.java index ab4bc738638..403f457cff8 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenTestGenerated.java @@ -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() { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenWithIrInlinerTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenWithIrInlinerTestGenerated.java index 1ab85b04383..21db76055e4 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenWithIrInlinerTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenWithIrInlinerTestGenerated.java @@ -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() { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/inlineScopes/FirBlackBoxCodegenTestWithInlineScopesGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/inlineScopes/FirBlackBoxCodegenTestWithInlineScopesGenerated.java index 597bfebc3b1..085ad445e11 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/inlineScopes/FirBlackBoxCodegenTestWithInlineScopesGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/inlineScopes/FirBlackBoxCodegenTestWithInlineScopesGenerated.java @@ -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() { diff --git a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java index 26ef927651a..71745a679fd 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java @@ -178,6 +178,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt"); } + @TestMetadata("intrinsicConstEvaluationInSources.kt") + public void testIntrinsicConstEvaluationInSources() { + runTest("compiler/testData/codegen/box/annotations/intrinsicConstEvaluationInSources.kt"); + } + @TestMetadata("invisibleFunctionWithReceiverWithSuppress.kt") public void testInvisibleFunctionWithReceiverWithSuppress() { runTest("compiler/testData/codegen/box/annotations/invisibleFunctionWithReceiverWithSuppress.kt"); diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java index 0d44a6b0a8f..03c40395840 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java @@ -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() { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsES6CodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsES6CodegenBoxTestGenerated.java index 8199da6e72a..a8dc0a67161 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsES6CodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsES6CodegenBoxTestGenerated.java @@ -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() { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java index 175fc7b54dd..aa1dda3c5a6 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java @@ -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() { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java index d76685dbd18..20fe16b4b44 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java @@ -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() { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestGenerated.java index a7e25bcee5e..244a72c30e5 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestGenerated.java @@ -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() { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestNoPLGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestNoPLGenerated.java index ce2d4ac91b3..5342e687b38 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestNoPLGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestNoPLGenerated.java @@ -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() { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java index 1c2f4e460d4..3a91c319eb3 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java @@ -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() { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestNoPLGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestNoPLGenerated.java index 3c94c745062..d8cf5966ce3 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestNoPLGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestNoPLGenerated.java @@ -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() { diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmJsCodegenBoxTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmJsCodegenBoxTestGenerated.java index 3641dc950ec..4cfcd0b6fae 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmJsCodegenBoxTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmJsCodegenBoxTestGenerated.java @@ -53,6 +53,12 @@ public class FirWasmJsCodegenBoxTestGenerated extends AbstractFirWasmJsCodegenBo 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() { diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java index f1bf5999e84..59b0c48dc3c 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java @@ -53,6 +53,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest 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() {