git/t/t4018/csharp-method-multiline

11 lines
127 B
Plaintext

class Example
{
string Method_RIGHT(
int a,
int b,
int c)
{
return "ChangeMe";
}
}