2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0246-2.cs
blobf5ce9f7c099080bbf06a83abf76c090ca1ceb7cf
1 // gcs0246.cs: The type or namespace name `List`2' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 8
4 using System.Collections.Generic;
6 class X
8 List<int,long> list;