[Mono-bugs] [Bug 28562][Nor] Changed - type info lost with enum arguments to a custom attr that takes an object

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Sep 2004 08:31:23 -0400 (EDT)


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 martin@ximian.com.

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

--- shadow/28562	2004-09-21 13:16:58.000000000 -0400
+++ shadow/28562.tmp.11019	2004-09-22 08:31:23.000000000 -0400
@@ -10,13 +10,12 @@
 Component: C#
 AssignedTo: marek.safar@seznam.cz                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: type info lost with enum arguments to a custom attr that takes an object
 
 The test case is mono/tests/cattr-object.cs.
 There is an attribute that takes an object as argument:
 public My (object obj) {...}
 It compiles with the mono runtime and with csc.