[Mono-bugs] [Bug 474953] Compilation failure with possibly bogus error

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 12 06:48:53 EST 2009


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

User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=474953#c1


Marek Safar <msafar at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msafar at novell.com
           Severity|Blocker                     |Major




--- Comment #1 from Marek Safar <msafar at novell.com>  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.


More information about the mono-bugs mailing list