summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cs/new-constraint-paren-space.cs
blob: 209f2721cfb272301a7c4f2812202cc8f3e16a24 (plain)
1
2
3
4
5
// same as 10130-sp_between_new_paren.cs
T F<T>() where T : new()
{
	return new         T();
}