IR: handle conflicts in resolveFakeOverride()
This commit is contained in:
+5
@@ -28157,6 +28157,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/traits/multiple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("multipleImplFromJava.kt")
|
||||
public void testMultipleImplFromJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/traits/multipleImplFromJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noPrivateDelegation.kt")
|
||||
public void testNoPrivateDelegation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/traits/noPrivateDelegation.kt");
|
||||
|
||||
Reference in New Issue
Block a user