JVM_IR KT-45868 look for parent for delegating lambda in scope stack
This commit is contained in:
committed by
TeamCityServer
parent
c2a5b0b6e2
commit
ed88aa43a4
+6
@@ -20457,6 +20457,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/genericLambdaSignature.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("insideInitBlock.kt")
|
||||
public void testInsideInitBlock() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/insideInitBlock.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intReturnTypeAsNumber.kt")
|
||||
public void testIntReturnTypeAsNumber() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user