[Mono-bugs] [Bug 69057][Maj] Changed - [GMCS] multi level inheritance duplicates

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Nov 2004 03:33:59 -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 tsureshkumar@novell.com.

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

--- shadow/69057	2004-11-03 16:33:02.000000000 -0500
+++ shadow/69057.tmp.25587	2004-11-09 03:33:59.000000000 -0500
@@ -79,6 +79,11 @@
                 MyTest<string,string> mytest = new MyTest<string,string> ();
                 mytest.Add ();
                 mytest.Subtract ();
         }
         
 }
+
+------- Additional Comments From tsureshkumar@novell.com  2004-11-09 03:33 -------
+Created an attachment (id=13188)
+small sample for reproducing the bug
+