2004-06-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / gcs0700.cs
1 class Foo<T,U>
2         where T : U
3 {
4 }