Bugzilla – Bug 318405
[GMCS] custom accessor modifiers not working with generics?
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by rharinath@novell.com 2005-06-29 02:46:48 MST ---- The following testcase (added as gtest-179.cs) fails compilation. It compiles fine with CSC. The variant without generics also compiles fine both with mcs and gmcs. public class X<T> { public static int i { get { return 0; } private set { } } public static int myMain () { return i++; } } public class Y { static int Main () { return X<Y>.myMain (); } } ---- Additional Comments From carlos@unixmexico.org 2005-07-27 20:05:01 MST ---- It's now fixed in SVN. Unknown operating system unknown. Setting to default OS "Other".