X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0242.cs;h=aa3c570aa26cf2c3360181aaa791e5aa11d74acd;hb=e89c0eb93017469343e6c7789f463f49a205b345;hp=494e3b7d0a0c248705897096c04e9a97b0a4205b;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/errors/cs0242.cs b/mcs/errors/cs0242.cs index 494e3b7d0a0..aa3c570aa26 100644 --- a/mcs/errors/cs0242.cs +++ b/mcs/errors/cs0242.cs @@ -1,6 +1,7 @@ -// cs0242: operation is not defined for void * -// Line: 10 +// CS0242: The operation in question is undefined on void pointers +// Line: 11 // Compiler options: -unsafe + using System; unsafe class ZZ { @@ -11,3 +12,4 @@ unsafe class ZZ { return; } } +