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