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