Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs1656.cs
index 7e6fc0eb41ac04ae6fa1bf021e92cbacef3dd18c..09c846a06a5636bf9ef479eb1a335b945978a1ef 100644 (file)
@@ -1,5 +1,5 @@
-// cs1656.cs: Cannot assign to 'm' because it is a 'using variable'
-// line: 10
+// CS1656: Cannot assign to `m' because it is a `using variable'
+// Line: 10
 using System.IO;
 
 class X {