Updated project.
[mono.git] / mcs / errors / gcs0401.cs
1 class Foo<T>
2         where T : new (), new ()
3 {
4 }