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