FIR2IR: Fix inheritance case from built-in interface with default methods

This commit is contained in:
Denis.Zharkov
2021-03-31 17:21:51 +03:00
parent e5ea7f5b4e
commit d685e2aac7
7 changed files with 51 additions and 0 deletions
@@ -22148,6 +22148,12 @@ public class VisualizerBlackBoxTestGenerated extends AbstractVisualizerBlackBoxT
runTest("compiler/testData/codegen/box/jvm8/defaults/bridgeWithJava.kt");
}
@Test
@TestMetadata("builtInsInherited.kt")
public void testBuiltInsInherited() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/builtInsInherited.kt");
}
@Test
@TestMetadata("callableReference.kt")
public void testCallableReference() throws Exception {