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