X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0023-5.cs;h=befe1415938398495e0a10ca7257dc08a5702c22;hb=34dd20ad452122ca04c00c54be2293737dba1315;hp=b513b4877d5fe86fd6757676153c3638a00c7ec8;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/errors/cs0023-5.cs b/mcs/errors/cs0023-5.cs index b513b4877d5..befe1415938 100644 --- a/mcs/errors/cs0023-5.cs +++ b/mcs/errors/cs0023-5.cs @@ -1,10 +1,10 @@ -// CS0023: The `.' operator cannot be applied to operand of type `null' -// Line: 8 - -class C -{ - public static void Main () - { - string s = null.ToString (); - } +// CS0023: The `.' operator cannot be applied to operand of type `null' +// Line: 8 + +class C +{ + public static void Main () + { + string s = null.ToString (); + } } \ No newline at end of file