FIR2IR: correct base symbols of fake overrides for delegated member

#KT-43984 Fixed
This commit is contained in:
Jinseong Jeon
2020-12-17 15:38:45 -08:00
committed by TeamCityServer
parent 44c6ec2c44
commit 4608431682
5 changed files with 46 additions and 9 deletions
@@ -424,6 +424,11 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxAga
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/boxAgainstJava/interfaces"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@TestMetadata("defaultMethod.kt")
public void testDefaultMethod() throws Exception {
runTest("compiler/testData/codegen/boxAgainstJava/interfaces/defaultMethod.kt");
}
@TestMetadata("inheritJavaInterface.kt")
public void testInheritJavaInterface() throws Exception {
runTest("compiler/testData/codegen/boxAgainstJava/interfaces/inheritJavaInterface.kt");