summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/vala/cast.vala
blob: 77761b8920822554d8c150d719dea16ca6221fb5 (plain)
1
2
3
4
5
6
7
foo = ( Type ) bar;

foo = ( Ns.Type ) bar;

foo = ( Type<int> ) bar;

foo = ( Type<int, int> ) bar;