[corlib] Use temp directory for assemblies in SaveTest.Save() (#5727)
[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 }