]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/csharp-property
Merge branch 'ba/osxkeychain-updates'
[thirdparty/git.git] / t / t4018 / csharp-property
1 class Example
2 {
3 public bool RIGHT
4 {
5 get { return true; }
6 set
7 {
8 // ChangeMe
9 }
10 }
11 }