summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/UNI-18777.cpp
blob: 0f177fdcb03284740366ae07811459b6ed6e1c9a (plain)
1
2
3
4
5
6
7
8
9
// I want to keeep the function call indented
Thingy
    .Select()
    .ToList();

// it works with a var
var x = Thingy
    .Select()
    .ToList();