Reflect latest API changes.
[mono.git] / mcs / errors / gcs0700.cs
1 class Foo<T,U>
2         where T : U
3 {
4 }