[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0070.cs
index 3aa461e51797d5c333893ac3719987b44f370c9b..240e35713be6dd0270cfa444b5218df0639b00d5 100644 (file)
@@ -1,5 +1,5 @@
-// cs0070.cs: The event `Button.Click' can only appear on the left hand side of += or -= (except when used from within the type `Button')
-// Line : 20
+// CS0070: The event `Button.Click' can only appear on the left hand side of += or -= when used outside of the type `Button'
+// Line: 20
 
 using System;