merged Sys.Web.Services 2.0 support in my branch:
[mono.git] / mcs / errors / cs3014-4.cs
1 // cs3014-4.cs: `D' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2 // Line: 8
3
4 using System;
5
6 [CLSCompliant (true)]
7 public delegate void D ();