2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3014-4.cs
blob64f2f5cf18a4de38a578fa20ff1fa0e23931a388
1 // CS3014: `D' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2 // Line: 8
3 // Compiler options: -warnaserror -warn:1
5 using System;
7 [CLSCompliant (true)]
8 public delegate void D ();