FIR2IR: Fix inheritance case from built-in interface with default methods
This commit is contained in:
Generated
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user