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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
gtest-560.cs
blob
5532a1749c1504e306d0264c323895b7317d7714
1
struct
G
<
T
>
2
{
3
public static
G
<
T
>
s
;
4
5
private
G
(
int
i
)
6
{
7
}
8
}
9
10
struct
S
11
{
12
private
G
<
string
>
value
;
13
14
public static void
Main
()
15
{
16
}
17
}