class A[T] { public delegate Foo () : void; public delegate Bar[U] () : void; } class X { static Main () : void { } } /* BEGIN-OUTPUT END-OUTPUT */