blob: 0b6a08b06b79ef46b42a92d3d76295e635b7d29f [file] [log] [blame]
library test;
main() {}
void named_toplevel({List<int> x = const []}) {}
void optional_toplevel([List<int> x = const []]) {}