[Mono-bugs] [Bug 76267][Nor] Changed - [GMCS][PATCH] using the as operator with a generic parameter

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 1 15:08:38 EDT 2005


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 at ximian.com.

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

--- shadow/76267	2005-10-01 15:08:22.000000000 -0400
+++ shadow/76267.tmp.12751	2005-10-01 15:08:38.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: martin at ximian.com                            
 ReportedBy: duncan at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: [GMCS] using the as operator with a generic parameter
+Summary: [GMCS][PATCH]  using the as operator with a generic parameter
 
 Here's a test case:
 
 public class Foo<T> {
 	public T Do (object o) { return o as T; }
 }


More information about the mono-bugs mailing list