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