2010-05-27 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / errors / gcs0246.cs
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
3
4 class X
5 {
6         NotExist<float> foo;
7 }