[packaging/msbuild] Update commit hash to point to xplat-master HEAD (#5100)
[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 }