X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0208.cs;h=0ab184d3c344227548af2554fd68c867fc42b1f6;hb=afd9c96b3f5c432a8d337dc134a59e09fa405a9a;hp=50b9e6f8ad44f401f7c0e78eba28b259888767e0;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/mcs/errors/cs0208.cs b/mcs/errors/cs0208.cs index 50b9e6f8ad4..0ab184d3c34 100644 --- a/mcs/errors/cs0208.cs +++ b/mcs/errors/cs0208.cs @@ -1,8 +1,8 @@ -// cs0208.cs: Cannot take the address of, get the size of, or declare a pointer to a managed type `cs208.Foo' +// CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `CS208.Foo' // Line: 20 // Compiler options: -unsafe -namespace cs208 +namespace CS208 { public class Foo {