IR: deal with conflicting variances in computeSubstitutedSyntheticAccessor

This commit is contained in:
Georgy Bronnikov
2020-04-06 21:25:52 +03:00
parent 5700da2bae
commit 9ccda31189
8 changed files with 77 additions and 41 deletions
@@ -15602,6 +15602,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testJavaNestedSamInterface() throws Exception {
runTest("compiler/testData/codegen/box/javaInterop/generics/javaNestedSamInterface.kt");
}
@TestMetadata("propertyVarianceConflict.kt")
public void testPropertyVarianceConflict() throws Exception {
runTest("compiler/testData/codegen/box/javaInterop/generics/propertyVarianceConflict.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions")