FIR: Add test on delegated member with default param in overridden...
sensitive to the file processing order, therefore failing on the current fir2ir at least with the new irBuiltIns
This commit is contained in:
committed by
TeamCityServer
parent
a2385b5edd
commit
c9b6847d83
+6
@@ -13939,6 +13939,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testWithDefaultParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withDefaultsMultipleFilesOrder.kt")
|
||||
public void testWithDefaultsMultipleFilesOrder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultsMultipleFilesOrder.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -13939,6 +13939,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
public void testWithDefaultParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withDefaultsMultipleFilesOrder.kt")
|
||||
public void testWithDefaultsMultipleFilesOrder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultsMultipleFilesOrder.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user