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