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