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
+5
@@ -11348,6 +11348,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
public void testWithDefaultParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withDefaultsMultipleFilesOrder.kt")
|
||||
public void testWithDefaultsMultipleFilesOrder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultsMultipleFilesOrder.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/deprecated")
|
||||
|
||||
Reference in New Issue
Block a user