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