summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cs/12001-bug_620.cs
blob: 56e9b8bcfe2b9ba3892d09b89c39ffb9037cef76 (plain)
1
2
3
4
5
6
7
8
9
10
11
class C
{
	float V
	{
		get
		{
			return _v;
		}
		set { _v = value; }
	}
}