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

12 lines
181 B
Plaintext

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