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