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