blob: a453890afdca671a4bde26b075ab4434fcd78895 [file] [log] [blame]
T map<T>(T Function() f1, T Function() f2) => throw '';
id<T>(T t) => t;
Null foo() => null;
test() {}
main() {}