blob: a4239bdf990b1c955906ab50b4d1349641fc3c05 [file] [log] [blame]
(int _foo,) foo1() => throw 0;
({int _foo}) foo2() => throw 0;
foo3() => (_foo: 1);
main() {}