2005-01-16 Daniel Morgan <danielmorgan@verizon.net>
[mono.git] / mcs / errors / gcs0246.cs
1 class X
2 {
3         NotExist<float> foo;
4 }