http://bugzilla.novell.com/show_bug.cgi?id=324625

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=324625#c5


Jonathan Pryor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #5 from Jonathan Pryor <[email protected]>  2009-09-03 13:09:44 MDT 
---
Another take on the bug:

  public class MyList<T>
  {
    public class Helper <U, V> {}

    public Helper<U,V> GetHelper<U,V> () {return null;}
  }

gmcs -unsafe -t:library b-dt.cs

b-dt.cs(5,12): error CS0305: Using the generic type `MyList<T>.Helper<U,V>'
requires `3' type argument(s)

CSC compiles w/o error.

-- 
Configure bugmail: http://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