Add flag for proper array convention with default args calls
This commit is contained in:
committed by
Mikhail Bogdanov
parent
adc770b604
commit
5ef37148ea
+5
@@ -10071,6 +10071,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/kt16520.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt16520_old.kt")
|
||||
public void testKt16520_old() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/kt16520_old.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9140.kt")
|
||||
public void testKt9140() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/kt9140.kt");
|
||||
|
||||
Reference in New Issue
Block a user