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