blob: d6d11aa62d014be3f1203012fa82f7eeb084a11f [file] [log] [blame]
// @dart = 2.9
library test;
String g(int x) => null;
int f(int x) => null;
main() {}
var v = [f, g];