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

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





--- Comment #1 from Marek Safar <[email protected]>  2009-02-25 06:06:34 MST ---
Here is correct test case.

class Item
{
    public static int Foo = 42;

    public class Builder 
    {
        public int Foo {
            get { return Item.Foo; }
        }

        public object this [int field] {
            get { return null; }
        }

        public object this [int field, int i] {
            get { return null; }
        }
    }
}

class Program {

    static void Main ()
    {
    }
}

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