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