Merge pull request #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git] / mcs / errors / cs0702-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