git/t/t4018/csharp-method-params

11 lines
150 B
Plaintext

class Example
{
string Method(int RIGHT, int b, int c = 42)
{
// Filler
// Filler
return "ChangeMe";
}
}