X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ferrors%2Fcs0079.cs;h=577b0155412c3c02c7c62fed2019203e0c070c7d;hb=a41a626dabd4219cf2daa752c8b56ceb2e2efd8c;hp=e94511e8937d272f51f2bb0ac57b193bd74a7504;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/errors/cs0079.cs b/mcs/errors/cs0079.cs index e94511e8937..577b0155412 100644 --- a/mcs/errors/cs0079.cs +++ b/mcs/errors/cs0079.cs @@ -1,4 +1,4 @@ -// cs0079.cs: The event `ErrorCS0079.OnFoo' can only appear on the left hand side of += or -= +// CS0079: The event `ErrorCS0079.OnFoo' can only appear on the left hand side of `+=' or `-=' operator // Line: 19 using System;