Updated.
[mono.git] / mcs / errors / gcs0246.cs
1 class X
2 {
3         NotExist<float> foo;
4 }