[Mono-bugs] [Bug 50839][Nor] Changed - typeof(void) in attribute parameters

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 Nov 2003 00:30:00 -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 miguel@ximian.com.

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

--- shadow/50839	2003-11-11 22:12:02.000000000 -0500
+++ shadow/50839.tmp.13993	2003-11-25 00:30:00.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 50839
 Product: Mono/MCS
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Debian Sid
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: shugo@ruby-lang.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -179,6 +179,11 @@
  	/// </summary>
 -	public class TypeOfVoid : Expression {
 +	public class TypeOfVoid : Expression, ITypeOf {
  		public TypeOfVoid (Location l)
  		{
  			loc = l;
+
+------- Additional Comments From miguel@ximian.com  2003-11-25 00:29 -------
+Thanks for the patch!  I have done something slightly different:
+making TypeOfVoid derive from TypeOf instead.
+