[System]: SslStream.Flush() now flushes the underlying stream. Bug #57528. (#5569)
[mono.git] / mcs / errors / cs0582.cs
index fb5efb518a2437249bbe78a631c613beea7536fe..ac7d6107408a60cc1834b02ecbb6abdb7c39c2e3 100644 (file)
@@ -1,8 +1,8 @@
-// cs0582.cs: Conditional not valid on interface members\r
-// Line: 5\r
-\r
-interface Interface {\r
-        [System.Diagnostics.ConditionalAttribute("DEBUG")]\r
-        void Method ();\r
-}\r
-\r
+// CS0582: Conditional not valid on interface members
+// Line: 5
+
+interface Interface {
+        [System.Diagnostics.ConditionalAttribute("DEBUG")]
+        void Method ();
+}
+