blob: 206b794f945395b34906db835e4ff103a0330405 [file] [log] [blame]
// @dart = 2.9
library test;
final f = (bool b) => 1;
main() {}