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
[Http]: Cosmetic, remove some dead code.
[mono-project.git]
/
mcs
/
errors
/
CS0266-25-lib.cs
blob
f7e39138b536777261bf5142bfebc38d2e00b35b
1
using
System
.
Collections
.
Generic
;
2
3
public class
Test
4
{
5
public
IList
<
dynamic
>
DynField
;
6
}