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
update readme (#21797)
[mono-project.git]
/
mcs
/
tests
/
gtest-368.cs
blob
9ad2a27e95400aaf15c377a42da1ceb362604acd
1
class
C
<
T
>
2
{
3
class
D
{}
4
5
C
(
D d
) {}
6
public
C
() {}
7
}
8
9
10
class
M
11
{
12
public static void
Main
()
13
{
14
}
15
}