JVM_IR: in InheritedDefaultMethodsOnClassesLowering, skip bridges when resolving overrides
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user