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