Skip to content

Commit e67a315

Browse files
author
sgrekhov
committed
#948. Change type of additional required argument to dynamic
1 parent bce3957 commit e67a315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Libraries_and_Scripts/Scripts/main_required_parameters_t03.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
* @issue 43551
1616
*/
17-
void main(List<String> args, var i, {required List<String> more}) {
17+
void main(List<String> args, var i, {required var more}) {
1818
// ^^^^
1919
// [analyzer] unspecified
2020
// [cfe] unspecified

0 commit comments

Comments
 (0)