2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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;