[Mono-bugs] [Bug 72131][Nor] Changed - [GMCS]: Inheritance whith generic interfaces
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Mar 2005 12:11:26 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72131
--- shadow/72131 2005-03-02 12:05:55.000000000 -0500
+++ shadow/72131.tmp.3456 2005-03-02 12:11:26.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: martin@ximian.com
ReportedBy: cl.koppensteiner@kabsi.at
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Gmcs does not check inheritance whith generic interfaces
+Summary: [GMCS]: Inheritance whith generic interfaces
Following code produces the error "CS0117: `T' does not contain a
definition for `DoSomeThing'" on a current 1.1.4 snapshot.
public interface IBase
{