blob: 4154f5b2036cc53817537d6fd3bfe43bbcf1bc2d [file] [log] [blame]
// @dart = 2.9
library test;
typedef void F();
final x = <String, F>{};
main() {}