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