Updated with review feedback.
[mono.git] / mcs / errors / CS0266-25-lib.cs
1 using System.Collections.Generic;
2
3 public class Test
4 {
5         public IList<dynamic> DynField;
6 }