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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
gtest-optional-10.cs
blob
2311184da68e5cc7e32e1c071b694829efc5590e
1
public class
Program
2
{
3
public static void
Main
()
4
{
5
new
Program
<
object
>();
6
}
7
}
8
9
public class
Program
<
T
>
10
{
11
public
Program
(
Generic
<
T
>
generic
=
null
)
12
{
13
}
14
}
15
16
public class
Generic
<
T
>
17
{
18
}