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