[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs0233.cs
index fa05fe95a63025fd3027fd518482d31d2c0bf4d4..c98d7c68fb8cc9325f515ca30882d26645c40361 100644 (file)
@@ -1,4 +1,4 @@
-// cs0233.cs: `MainClass.S' does not have a predefined size, therefore sizeof can only be used in an unsafe context (consider using System.Runtime.InteropServices.Marshal.SizeOf)
+// CS0233: `MainClass.S' does not have a predefined size, therefore sizeof can only be used in an unsafe context (consider using System.Runtime.InteropServices.Marshal.SizeOf)
 // Line: 10
 
 public class MainClass {