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