Bugzilla – Bug 317957
[GMCS] Error CS8025 on partial classes
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by grompf@sublimeintervention.com 2005-05-11 15:04:57 MST ---- using System; public class MyApi { public MyApi () { } } public partial class MyClass { public MyApi Api { get { return new MyApi (); } } } ---- Additional Comments From martin@ximian.com 2005-05-12 11:14:52 MST ---- Fixed in SVN. Unknown operating system unknown. Setting to default OS "Other".