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