blob: e18cc8abe818e9a8d7a3cd3134dd9ae9a0741a5a [file] [log] [blame]
test1(Record x) {}
test2((int, int) x) {}
test3((int, {int a}) x) {}
test4(({int a, int b}) x) {}
test5((int, double, {String foo, dynamic bar}) x) {}