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