[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0305-6.cs
blob8e37f48c091dfd2582704a9696a2b29688ef40c1
1 // CS0305: Using the generic type `System.Collections.Generic.List<T>' requires `1' type argument(s)
2 // Line: 8
4 using System.Collections.Generic;
6 class X
8 List<int,long> list;