2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0246-5.cs
blob1050967f9698951c1e73eaf64d94e0e2588988eb
1 // CS0246: The type or namespace name `X' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 4
4 class A<T> where T : X
6 public class X {}