Minor. Update test
This commit is contained in:
+1
-1
@@ -21148,7 +21148,7 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
@Test
|
||||
@TestMetadata("kt51254.kt")
|
||||
public void testKt51254() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt");
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND: JVM, WASM, JS, JS_IR
|
||||
// WORKS_WHEN_VALUE_CLASS
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
@JvmInline
|
||||
OPTIONAL_JVM_INLINE_ANNOTATION
|
||||
value class Inlined(val value: Int)
|
||||
|
||||
sealed interface A <T: Inlined> {
|
||||
|
||||
+1
-1
@@ -20722,7 +20722,7 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
@Test
|
||||
@TestMetadata("kt51254.kt")
|
||||
public void testKt51254() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt");
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
+1
-1
@@ -21148,7 +21148,7 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
@Test
|
||||
@TestMetadata("kt51254.kt")
|
||||
public void testKt51254() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt");
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
+1
-1
@@ -16040,7 +16040,7 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
|
||||
@TestMetadata("kt51254.kt")
|
||||
public void ignoreKt51254() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt");
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
|
||||
}
|
||||
|
||||
@TestMetadata("mappingOfBoxedFlexibleInlineClassTypeGeneric.kt")
|
||||
|
||||
Reference in New Issue
Block a user