2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / 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