blob: 4c2cad047a801765e8d17da1bf6a7e6631320440 [file] [log] [blame]
// @dart = 2.9
main() {}
topLevel([a = 42]) => a;