index
:
packages/mono
master-dyson
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mcs
/
errors
/
CS0266-25-lib.cs
blob: f7e39138b536777261bf5142bfebc38d2e00b35b (
plain
)
1
2
3
4
5
6
using
System
.
Collections
.
Generic
;
public class
Test
{
public
IList
<
dynamic
>
DynField
;
}