Generate inline function arguments with parameters types

#KT-44429 Fixed
This commit is contained in:
Mikhael Bogdanov
2021-01-20 07:01:19 +01:00
parent 50ab9ed054
commit 147d60523d
13 changed files with 68 additions and 5 deletions
@@ -949,6 +949,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
runTest("compiler/testData/codegen/boxInline/complex/closureChain.kt");
}
@TestMetadata("kt44429.kt")
public void testKt44429() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/swapAndWith.kt");
@@ -949,6 +949,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
runTest("compiler/testData/codegen/boxInline/complex/closureChain.kt");
}
@TestMetadata("kt44429.kt")
public void testKt44429() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/swapAndWith.kt");
@@ -949,6 +949,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
runTest("compiler/testData/codegen/boxInline/complex/closureChain.kt");
}
@TestMetadata("kt44429.kt")
public void testKt44429() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/swapAndWith.kt");