git/t/t4018/csharp-property

class Example
{
    public bool RIGHT
    {
        get { return true; }
        set
        {
            // ChangeMe
        }
    }
}