[mcs] Add expression bodied syntax for accessors. Fixes #54991
[mono.git] / mcs / errors / cs3009-1.cs
index 926c3d3c1ee4e8ceb6f280407c6e7e5556e061ce..abd3c248e2377d63574f3b97e887d56b9453f2d8 100644 (file)
@@ -1,5 +1,6 @@
-// cs3009-1.cs: `Days': base type `uint' is not CLS-compliant
-// Line: 7
+// CS3009: `Days': base type `uint' is not CLS-compliant
+// Line: 8
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]