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
/
test-debug-20.cs
blob
0be00a103bb4ec7cbbed65dbb69a34921e4e266b
1
using
System
;
2
3
public partial struct
S
<
T
>
4
{
5
}
6
7
public partial struct
S
<
T
>
8
{
9
public
S
(
T t
)
10
{
11
}
12
}
13
14
class
C
15
{
16
public static void
Main
()
17
{
18
}
19
}