git/t/t4018/csharp-method-array

11 lines
127 B
Plaintext

class Example
{
string[] Method(int RIGHT)
{
// Filler
// Filler
return ["ChangeMe"];
}
}