blob: 03e8557af9b03436a16ea7bfae64e3aa2c26e6a9 [file] [log] [blame]
// @dart = 2.9
library test;
typedef T Function2<S, T>(S x);
void test() {}
main() {}