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