[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 13:04:39 -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-22 09:12:01.000000000 -0400
+++ shadow/28562.tmp.16694	2004-09-22 13:04:39.000000000 -0400
@@ -210,6 +210,9 @@
         public object obj;
         public My (object o) {
                 obj = o;
         }
 }
 ====
+
+------- Additional Comments From martin@ximian.com  2004-09-22 13:04 -------
+Added the testcase as test-297.cs.