Remove unnecessary !s for [DoesNotReturn] (dotnet/coreclr#26512)
[mono-project.git] / mcs / errors / cs3021.cs
blob5432cf58278795202228ad81dfc91f89f9b0e84d
1 // CS3021: `I' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
2 // Line: 9
3 // Compiler options: -warn:2 -warnaserror
5 using System;
7 [CLSCompliant (false)]
8 public interface I