]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/csharp-method-generics-alternate-spaces
Merge branch 'la/format-trailer-info'
[thirdparty/git.git] / t / t4018 / csharp-method-generics-alternate-spaces
1 class Example<T1, T2>
2 {
3 Example<int,string> Method<TA ,TB>(TA RIGHT, TB b)
4 {
5 // Filler
6 // Filler
7
8 // ChangeMe
9 return null;
10 }
11 }