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