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