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