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