Generate sam wrappers in inlined lambda in same way as in inline function

#KT-24825 Fixed
This commit is contained in:
Mikhael Bogdanov
2018-07-09 09:48:10 +02:00
parent 93e183c2e4
commit 66e68fbb53
5 changed files with 67 additions and 2 deletions
@@ -19390,6 +19390,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/sam/kt22906_2.kt");
}
@TestMetadata("kt24825.kt")
public void testKt24825() throws Exception {
runTest("compiler/testData/codegen/box/sam/kt24825.kt");
}
@TestMetadata("partialSam.kt")
public void testPartialSam() throws Exception {
runTest("compiler/testData/codegen/box/sam/partialSam.kt");