JVM_IR KT-47984 allow noinline functional inplace args
This commit is contained in:
committed by
TeamCityServer
parent
9be941def2
commit
7a99f9ff2e
+6
@@ -18108,6 +18108,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noinlineParameter.kt")
|
||||
public void testNoinlineParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspensionPointInsideArgument.kt")
|
||||
public void testSuspensionPointInsideArgument() throws Exception {
|
||||
|
||||
+6
@@ -18252,6 +18252,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noinlineParameter.kt")
|
||||
public void testNoinlineParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspensionPointInsideArgument.kt")
|
||||
public void testSuspensionPointInsideArgument() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user