blob: 8c91034508b403cfcd640b260f2c5f4da0588ea5 [file] [log] [blame]
library test;
String g([int? x]) => '';
int f([int? x]) => 0;
main() {}
var v = [f, g];