[Mono-bugs] [Bug 507473] Generic type variance problems

2010-01-07 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=507473 http://bugzilla.novell.com/show_bug.cgi?id=507473#c4 Rodrigo Kumpera changed: What|Removed |Added Status|NEW

[Mono-bugs] [Bug 507473] Generic type variance problems

2009-06-02 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=507473 User msa...@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=507473#c1 --- Comment #1 from Marek Safar 2009-06-02 08:12:05 MDT --- Test #2 using System; interface IIn { } interface IOut { } class A : IIn, IOut { } cla

[Mono-bugs] [Bug 507473] Generic type variance problems

2009-06-02 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=507473 User msa...@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=507473#c2 --- Comment #2 from Marek Safar 2009-06-02 12:51:33 MDT --- Test #3 using System; public interface I { int Count{ get; } } class Foo {}

[Mono-bugs] [Bug 507473] Generic type variance problems

2009-07-01 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=507473 User msa...@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=507473#c3 --- Comment #3 from Marek Safar 2009-07-01 13:05:56 MDT --- Test #4 using System; delegate void D (); interface I { event D field; } c