git/t/t4018/csharp-method-with-spacing

11 lines
131 B
Plaintext

class Example
{
string Method ( int RIGHT )
{
// Filler
// Filler
return "ChangeMe";
}
}