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