summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cs/sp_between_new_paren.cs
blob: f5d8381d4d52060e9067c1e7604a4d240d810a93 (plain)
1
2
3
4
T F<T>() where T : new ()
{
	return new         T();
}