[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs0233.cs
index 44f424e5b2605879f93095433cb70ab34ae1e2aa..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 {