blob: d6db636f57eef609f7cb382239f139353cf86ead [file] [log] [blame]
expectEquals(x, y) {}
expectThrows(void Function() f) {}
listToString(List list) => "[${list.map((e) => '${e}').join(',')}]";
main() {}
test1(dynamic x) {}
test2(List<int> x) {}