[Mono-bugs] [Bug 58126][Nor] Changed - Can't parse: ((B) new B (A)) (1, 2);

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 08:01:24 -0500 (EST)


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 rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58126

--- shadow/58126	2004-08-29 16:09:42.000000000 -0400
+++ shadow/58126.tmp.10374	2005-01-13 08:01:24.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: martin@ximian.com                            
+AssignedTo: rharinath@novell.com                            
 ReportedBy: dag_trygve@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Can't parse: ((B) new B (A)) (1, 2);
@@ -75,6 +75,11 @@
 	
 	static void Main()
 	{
 		((B) new B (A)) (1, 2);
 	}
 }
+
+------- Additional Comments From rharinath@novell.com  2005-01-13 08:01 -------
+This is now fixed on the head revision of the SVN repository.
+I'll try to backport it to the stable tree soon.
+