repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sparse-checkout: free sparse_filename after use
[git.git]
/
t
/
t4018
/
csharp-method-generics-alternate-spaces
blob
9583621743064aa80f75047574f49ba0baec6467
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
}