blob: 798dfe5a8c27efb557b0c1f0677a63cac24445f6 [file] [log] [blame]
// @dart = 2.9
library test;
test(dynamic o) async {}
main() {}