blob: c934667cf7e8593d2f951744f4961f43179dd021 [file] [log] [blame]
expectEquals(x, y) {}
expectThrows(void Function() f) {}
main() {}
test1(dynamic x) {}
test2(Iterable<List<String>> x) {}
test3(Iterable<dynamic> x) {}