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