https://bugzilla.novell.com/show_bug.cgi?id=474953

User [email protected] added comment
https://bugzilla.novell.com/show_bug.cgi?id=474953#c1


Marek Safar <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Severity|Blocker                     |Major




--- Comment #1 from Marek Safar <[email protected]>  2009-02-12 04:48:47 MST ---
We are having difficulties with recursive declarations.

One more example is

    public class UndoableDictionary<TKey, TValue> :
UpdateableCollection<TValue>
    {
        public override void TestFunc()
        {
        }        
    }

    public abstract class UpdateableCollection<T>
    {
        internal void AddReferences()
        {
        }

        public virtual void TestFunc()
        {
        }

        class X : UndoableDictionary<int, int>
        {
    }

}

-- 
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