JVM_IR: handle property references in SAM conversions

This commit is contained in:
Georgy Bronnikov
2019-10-03 13:52:46 +03:00
parent 74c9120d9d
commit cd78e6ec50
6 changed files with 47 additions and 1 deletions
@@ -675,6 +675,11 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxAga
runTest("compiler/testData/codegen/boxAgainstJava/sam/kt4753_2.kt");
}
@TestMetadata("propertyReference.kt")
public void testPropertyReference() throws Exception {
runTest("compiler/testData/codegen/boxAgainstJava/sam/propertyReference.kt");
}
@TestMetadata("samConstructorGenericSignature.kt")
public void testSamConstructorGenericSignature() throws Exception {
runTest("compiler/testData/codegen/boxAgainstJava/sam/samConstructorGenericSignature.kt");