[Mono-bugs] [Bug 335131] New: Mono emits invalid method call for non-generic method in generic class
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 19 05:13:29 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=335131
Summary: Mono emits invalid method call for non-generic method in
generic class
Product: Mono: Runtime
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: generics
AssignedTo: mono-bugs at ximian.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at ximian.com
Found By: ---
Compile and Run attachment then disassembly produced .exe
There will be a call in method Foo
IL_0014: ldnull
IL_0015: call instance void class G::Foo()
which should be
IL_0014: ldnull
IL_0015: call instance void class G<!T>::Foo()
--
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