[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
[mono.git] / mcs / errors / cs0225.cs
index 4aaf1b2043017a8a5c5e336685c548eb2f987526..883fbd5a2d12a3aaa1bbe78f48bd5bae4f53eb17 100644 (file)
@@ -1,6 +1,5 @@
-//
-// cs0225.cs: params parameter have to be a single dimensional array.
-// 
+// CS0225: The params parameter must be a single dimensional array
+// Line: 6
 
 public class X
 {