X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1612.cs;h=d183e5bf24ac441a30af5f1d236a64ae0abad832;hb=30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c;hp=d4315472f0a116ddd0fa55aeb5cacb60c8315a4e;hpb=6110fc90713ce59ff0996fcd3520e09a96575820;p=mono.git diff --git a/mcs/errors/cs1612.cs b/mcs/errors/cs1612.cs index d4315472f0a..d183e5bf24a 100644 --- a/mcs/errors/cs1612.cs +++ b/mcs/errors/cs1612.cs @@ -1,4 +1,4 @@ -// cs1612.cs: Cannot modify the return value of `X.P' because it is not a variable +// CS1612: Cannot modify a value type return value of `X.P'. Consider storing the value in a temporary variable // Line: 9 using System;