JVM_IR: in InheritedDefaultMethodsOnClassesLowering, skip bridges when resolving overrides
This commit is contained in:
+5
@@ -26869,6 +26869,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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