blob: 8c19d4220053391886ca4f33b6c270bbd720e65d [file] [log] [blame]
// @dart = 2.9
library test;
main() {}
void named_toplevel({List<int> x: const []}) {}
void optional_toplevel([List<int> x = const []]) {}