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