git/t/t4018/csharp-property-braces-same-line

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