Add a test
This commit is contained in:
+5
@@ -1251,6 +1251,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/fakeGenericCovariantOverrideWithDelegation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fakeOverrideFromInterfaceThroughIntermediateClass.kt")
|
||||
public void testFakeOverrideFromInterfaceThroughIntermediateClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/fakeOverrideFromInterfaceThroughIntermediateClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fakeOverrideOfTraitImpl.kt")
|
||||
public void testFakeOverrideOfTraitImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/fakeOverrideOfTraitImpl.kt");
|
||||
|
||||
Reference in New Issue
Block a user