[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs0619-50.cs
index 89c8f83a760f0f588602032ec42d21b4d4db7cd1..ed047ab7759be2c3fc7037b436d15eeffa08cab0 100644 (file)
@@ -1,17 +1,17 @@
-// cs0619-50.cs: `A.B' is obsolete: `yes'\r
-// Line: 12\r
-\r
-using Z = A.B;\r
-\r
-class A\r
-{\r
-       [System.Obsolete("yes", true)]\r
-       public class B\r
-       {\r
-       }\r
-\r
-       static void Main ()\r
-       {\r
-               Z z;\r
-       }\r
+// CS0619-50: `A.B' is obsolete: `yes'
+// Line: 12
+
+using Z = A.B;
+
+class A
+{
+       [System.Obsolete("yes", true)]
+       public class B
+       {
+       }
+
+       static void Main ()
+       {
+               Z z;
+       }
 }
\ No newline at end of file