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