summaryrefslogtreecommitdiff
path: root/mcs/errors/cs3014-4.cs
blob: 64f2f5cf18a4de38a578fa20ff1fa0e23931a388 (plain)
1
2
3
4
5
6
7
8
// CS3014: `D' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
// Line: 8
// Compiler options: -warnaserror -warn:1

using System;

[CLSCompliant (true)]
public delegate void D ();