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