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