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