Merge pull request #5675 from mono/glib-debug-symbols
[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 }