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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to