summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cs/UNI-2685.cs
blob: 4c11f20b6125d7b119e6720273e6ba41c8520cb6 (plain)
1
2
3
4
5
6
7
8
9
func(a, b, c, d,
    (float a, int b, Foo bar) =>
        {
            test();
        });
(float a, int b, Foo bar) =>
    {
        test();
    });