blob: 2445d5f98b0f893cc289292c566965d7e3ec5c52 [file] [log] [blame]
(int x, String x) foo2() => throw 0;
(int x, int x) foo1() => throw 0;
(int x, int x, int x) foo7() => throw 0;
(int x, {String x}) foo4() => throw 0;
(int x, {int x}) foo3() => throw 0;
({int x, String x}) foo6() => throw 0;
({int x, int x}) foo5() => throw 0;
main() {}