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
@@ -1099,6 +1099,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/complex/forEachLine.kt");
}
@TestMetadata("kt44429.kt")
public void testKt44429() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@TestMetadata("lambdaInLambda.kt")
public void testLambdaInLambda() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");