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