X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0177-5.cs;h=6c802a73a674518ca357880eaadf826da3306ca2;hb=b9dd48c9c44bbc9c057aee9bd834de7966ae8565;hp=92b72e63482bf0e8b71edc890678c0933b020acf;hpb=096265478e6e4145c90250a5bf78c0c179ee50af;p=mono.git diff --git a/mcs/errors/cs0177-5.cs b/mcs/errors/cs0177-5.cs index 92b72e63482..6c802a73a67 100644 --- a/mcs/errors/cs0177-5.cs +++ b/mcs/errors/cs0177-5.cs @@ -1,4 +1,4 @@ -// cs0177-5.cs: The out parameter `a' must be assigned to before control leaves the current method +// CS0177: The out parameter `a' must be assigned to before control leaves the current method // Line: 21 using System;