JVM_IR KT-47984 allow noinline functional inplace args
This commit is contained in:
committed by
TeamCityServer
parent
9be941def2
commit
7a99f9ff2e
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -13098,6 +13098,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noinlineParameter.kt")
|
||||
public void testNoinlineParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspensionPointInsideArgument.kt")
|
||||
public void testSuspensionPointInsideArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt");
|
||||
|
||||
Generated
+5
@@ -12504,6 +12504,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noinlineParameter.kt")
|
||||
public void testNoinlineParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspensionPointInsideArgument.kt")
|
||||
public void testSuspensionPointInsideArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt");
|
||||
|
||||
Generated
+5
@@ -12569,6 +12569,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noinlineParameter.kt")
|
||||
public void testNoinlineParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspensionPointInsideArgument.kt")
|
||||
public void testSuspensionPointInsideArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -6659,6 +6659,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noinlineParameter.kt")
|
||||
public void testNoinlineParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspensionPointInsideArgument.kt")
|
||||
public void testSuspensionPointInsideArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt");
|
||||
|
||||
Reference in New Issue
Block a user