Display error messages instead of stack traces.
[mcs.git] / errors / cs3014-4.cs
blob3aac0adef68dc8c336ac55d65753b08826877ebc
1 // cs3014-4.cs: `D' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2 // Line: 8
4 using System;
6 [CLSCompliant (true)]
7 public delegate void D ();