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