repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git]
/
mcs
/
errors
/
CS0165-51-lib.cs
blob
357657698e6399770b24dd93a7787579991b81c3
1
public struct
S
<
T
>
where T
:
class
2
{
3
private
T t
;
4
}