JVM_IR fix receiver type for fake overrides
This commit is contained in:
+12
@@ -20596,6 +20596,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundMemberRef.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("boundRefToSuperClassMethod.kt")
|
||||
public void testBoundRefToSuperClassMethod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperClassMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("boundRefToSuperInterfaceMethod.kt")
|
||||
public void testBoundRefToSuperInterfaceMethod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperInterfaceMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("constructorRef.kt")
|
||||
public void testConstructorRef() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user