]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/csharp-method-array
The seventh batch
[thirdparty/git.git] / t / t4018 / csharp-method-array
1 class Example
2 {
3 string[] Method(int RIGHT)
4 {
5 // Filler
6 // Filler
7
8 return ["ChangeMe"];
9 }
10 }