2009-07-20 Geoff Norton <gnorton@novell.com>
[mono-project.git] / mcs / errors / gcs0702-3.cs
blob3bba71586f184e0a9249613a1e7e64436076dc81
1 // CS0702: A constraint cannot be special class `System.MulticastDelegate'
2 // Line: 6
4 using System;
6 class C<T> where T : MulticastDelegate