FIR: Fix interface delegation case via type alias
This commit is contained in:
+6
@@ -13176,6 +13176,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/delegation/simple1.0.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("viaTypeAlias.kt")
|
||||
public void testViaTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/viaTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withDefaultParameters.kt")
|
||||
public void testWithDefaultParameters() throws Exception {
|
||||
|
||||
+6
@@ -13176,6 +13176,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/delegation/simple1.0.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("viaTypeAlias.kt")
|
||||
public void testViaTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/viaTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withDefaultParameters.kt")
|
||||
public void testWithDefaultParameters() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user