git/t/t4018/csharp-method-special-chars

class @Some_Type
{
    @Some_Type @Method_With_Underscore(int RIGHT)
    {
        // Filler
        // Filler
        
        // ChangeMe
        return new @Some_Type();
    }
}