https://bugzilla.novell.com/show_bug.cgi?id=424666
Summary: Ref.Emit creates duplicate rows in MemberRef table for
generic members.
Product: Mono: Class Libraries
Version: 2.0
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: P5 - None
Component: CORLIB
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
Compile the following with gmcs and note the duplicates in the MemberRef table:
class Test {
static void Main(string[] args) {
M<int>();
M<string>();
}
static void M<T>() { }
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs