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

11 lines
133 B
Plaintext

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