Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs0662.cs
index f819b95abaf7945ed0fb0c7100a9ccf16bcbee25..b33a9f7c2bfd3aab575678419e8df5d4b363af29 100644 (file)
@@ -1,4 +1,4 @@
-// cs0662.cs: Cannot specify only `Out' attribute on a ref parameter. Use both `In' and `Out' attributes or neither
+// CS0662: Cannot specify only `Out' attribute on a ref parameter. Use both `In' and `Out' attributes or neither
 // Line: 8
 
 using System.Runtime.InteropServices;