Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81350 --- shadow/81350 2007-04-11 05:50:17.000000000 -0400 +++ shadow/81350.tmp.12509 2007-04-11 19:24:37.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 81350 Product: Mono: Compilers Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Wishlist Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -48,6 +48,9 @@ //the problem is that Print is not public //this class gives either an incomprehensible error or generates wrong il code static class Foo{static void Print(this string s){Console.WriteLine(s);}} // the following implemtation gives a normal error: // static class Foo{static void Print(string s){Console.WriteLine(s);}} + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-11 19:24 ------- +Fixed in SVN. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
