blob: 8ede87e37e20cf105b512bd9271e1ec898fc2504 [file] [log] [blame]
library test;
final x = <String, F<int>>{};
main() {}
typedef T F<T>();