git/t/t4018/csharp-method-params

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