[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0242.cs
index d8334ed429308da18a72c7f0f70c5b558e5f6fe8..aa3c570aa26cf2c3360181aaa791e5aa11d74acd 100644 (file)
@@ -1,6 +1,7 @@
-// cs0242.cs: The array index operation is not valid on void pointers
-// Line: 10
+// CS0242: The operation in question is undefined on void pointers
+// Line: 11
 // Compiler options: -unsafe
+
 using System;
 
 unsafe class ZZ {