Generate sam wrappers in inlined lambda in same way as in inline function
#KT-24825 Fixed
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user