cleol
[mcs.git] / errors / cs3008-3.cs
blob7fad3dd6ff87e396275f99d7a1f10663718b4a85
1 // CS3008: Identifier `_A' is not CLS-compliant
2 // Line: 8
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 [assembly:CLSCompliant(true)]
8 public class _A {