summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60005-UNI-2685.cs
blob: ec671dd42835772443e0c871ce40b31e78975f4d (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();
});