[msvc] Update csproj files (#5052)
[mono.git] / mcs / errors / cs0572.cs
index 8e0537fe766a3eb352f90f9e376a7b2614037244..a40ddfbddbbf8d274fa9aed9cec9ceeed10f9e9c 100644 (file)
@@ -1,4 +1,4 @@
-// cs0572.cs: `Foo': cannot reference a type through an expression; try `Y.Foo' instead
+// CS0572: `Foo': cannot reference a type through an expression. Consider using `Y.Foo' instead
 // Line: 13
 using System;