[Mono-bugs] [Bug 424666] New: Ref. Emit creates duplicate rows in MemberRef table for generic members.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Sep 9 02:12:09 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: jeroen at sumatra.nl
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list