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