"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs3014-2.cs
blobeeee487dee2a2c4ed319c0e52b748d054a05ec77
1 // CS3014: `C' 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 class C {