error messages review
[mono.git] / mcs / errors / cs1673.cs
index 0d4fdec4fbbf64cfe234d3175fe0b89acfc2aab2..ce18f9b403f6f70fa031fa28beebe2be782ca0b2 100644 (file)
@@ -1,4 +1,4 @@
-// cs1673.cs: Not possible to use `this' in anonymous methods inside structs
+// cs1673.cs: Anonymous methods inside structs cannot access instance members of `this'. Consider copying `this' to a local variable outside the anonymous method and using the local instead
 // Line: 
 using System;