blob: 8341c7677daf9720e4488293a68403bc8379e22b [file] [log] [blame]
library test;
final x = <String, F>{};
main() {}
typedef void F();