2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0305-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;