]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/csharp-method-special-chars
Merge branch 'sj/userdiff-c-sharp'
[thirdparty/git.git] / t / t4018 / csharp-method-special-chars
1 class @Some_Type
2 {
3 @Some_Type @Method_With_Underscore(int RIGHT)
4 {
5 // Filler
6 // Filler
7
8 // ChangeMe
9 return new @Some_Type();
10 }
11 }