JVM_IR: in InheritedDefaultMethodsOnClassesLowering, skip bridges when resolving overrides

This commit is contained in:
Georgy Bronnikov
2020-02-11 17:57:06 +03:00
parent 829e5908d0
commit c71e87068a
9 changed files with 65 additions and 7 deletions
@@ -28052,6 +28052,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/traits/diamondPropertyAccessors.kt");
}
@TestMetadata("doubleDiamond.kt")
public void testDoubleDiamond() throws Exception {
runTest("compiler/testData/codegen/box/traits/doubleDiamond.kt");
}
@TestMetadata("genericMethod.kt")
public void testGenericMethod() throws Exception {
runTest("compiler/testData/codegen/box/traits/genericMethod.kt");