blob: 1799ee7df56f58a0b9e6d314bfcf31a196eda485 [file] [log] [blame]
library test;
main() {}
void f0(List<int> a) {}
void f1({List<int> a}) {}
void f2(Iterable<int> a) {}
void f3(Iterable<Iterable<int>> a) {}
void f4({Iterable<Iterable<int>> a}) {}
void test() {}