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