The sixth batch
[git/gitster.git] / t / t4018 / csharp-method-params
blob3f00410ba1fe8a2e7cf5ad19bf30789696c13dcd
1 class Example
3     string Method(int RIGHT, int b, int c = 42)
4     {
5         // Filler
6         // Filler
7         
8         return "ChangeMe";
9     }