Merge pull request #3565 from vargaz/no-free-imt-thunks
[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 }