FIR2IR: correct base symbols of fake overrides for delegated member
#KT-43984 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
44c6ec2c44
commit
4608431682
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user