[Mono-bugs] [Bug 81350][Wis] Changed - non-public extension method problems

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 11 19:24:37 EDT 2007


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 marek.safar at seznam.cz.

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: marek.safar at seznam.cz                            
 ReportedBy: ijbema at fmf.nl               
 QAContact: mono-bugs at ximian.com
@@ -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 marek.safar at seznam.cz  2007-04-11 19:24 -------
+Fixed in SVN.


More information about the mono-bugs mailing list