IR: deal with conflicting variances in computeSubstitutedSyntheticAccessor
This commit is contained in:
+5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user