Bump API snapshot submodule
[mono.git] / mcs / errors / cs0675-2.cs
index e0e184cec7710cd184e69f5453b8006a83679af7..63912dd4786d653aac8ce1e9fbd9f0e707a978d9 100644 (file)
@@ -1,15 +1,15 @@
-// CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first\r
-// Line: 11\r
-// Compiler options: -warnaserror -warn:3\r
-\r
-public class C\r
-{\r
-       uint extra_flags;\r
-               \r
-       internal bool BestFitMapping {\r
-               set {\r
-                       extra_flags = (uint) ((extra_flags & ~0x30) | (value ? 0x10 : 0x20));\r
-               }\r
-       }\r
-}\r
-\r
+// CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
+// Line: 11
+// Compiler options: -warnaserror -warn:3
+
+public class C
+{
+       uint extra_flags;
+               
+       internal bool BestFitMapping {
+               set {
+                       extra_flags = (uint) ((extra_flags & ~0x30) | (value ? 0x10 : 0x20));
+               }
+       }
+}
+