[mcs] C#7 out variable declaration
[mono.git] / mcs / errors / cs0019-15.cs
index 95c89772563fdc03a8a8835aa62ab86f0ae76303..cdfe5e2ae543dfc87af063f601287a0e22f35ac4 100644 (file)
@@ -1,5 +1,5 @@
-// cs0019.cs: Operator `|' cannot be applied to operands of type `int' and `E'
-// Line : 10
+// CS0019: Operator `|' cannot be applied to operands of type `E' and `int'
+// Line: 10
 
 enum E: byte {
        Min