2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0246.cs
blob775a3daa957f4dd5baf0c41d8cf17dabee77b08e
1 // CS0246: The type or namespace name `NotExist' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 6
4 class X
6 NotExist<float> foo;