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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
dtest-013.cs
blob
4e3f6e65aabf7b384035584ee25172a972659726
1
using
System
.
Collections
.
Generic
;
2
3
namespace
ndynamic
4
{
5
public class
C
<
U
> :
List
<
dynamic
>
6
{
7
}
8
9
class
C
10
{
11
public static void
Main
()
12
{
13
}
14
}
15
}