Minor. Add regression test
#KT-45685 Fixed
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -13579,6 +13579,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxResultParameterWhenCapturingToCrossinlineLambda.kt")
|
||||
public void testUnboxResultParameterWhenCapturingToCrossinlineLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxResultParameterWhenCapturingToCrossinlineLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxValueFromPlatformType.kt")
|
||||
public void testUnboxValueFromPlatformType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxValueFromPlatformType.kt");
|
||||
|
||||
Generated
+5
@@ -12985,6 +12985,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxResultParameterWhenCapturingToCrossinlineLambda.kt")
|
||||
public void testUnboxResultParameterWhenCapturingToCrossinlineLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxResultParameterWhenCapturingToCrossinlineLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxValueFromPlatformType.kt")
|
||||
public void testUnboxValueFromPlatformType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxValueFromPlatformType.kt");
|
||||
|
||||
Generated
+5
@@ -13050,6 +13050,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxResultParameterWhenCapturingToCrossinlineLambda.kt")
|
||||
public void testUnboxResultParameterWhenCapturingToCrossinlineLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxResultParameterWhenCapturingToCrossinlineLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxValueFromPlatformType.kt")
|
||||
public void testUnboxValueFromPlatformType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxValueFromPlatformType.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -7165,6 +7165,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxResultParameterWhenCapturingToCrossinlineLambda.kt")
|
||||
public void testUnboxResultParameterWhenCapturingToCrossinlineLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxResultParameterWhenCapturingToCrossinlineLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useInlineClassesInsideElvisOperator.kt")
|
||||
public void testUseInlineClassesInsideElvisOperator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/useInlineClassesInsideElvisOperator.kt");
|
||||
|
||||
Reference in New Issue
Block a user