Bug 317957 (MONO74912) - [GMCS] Error CS8025 on partial classes
Summary: [GMCS] Error CS8025 on partial classes
Status: RESOLVED FIXED
Alias: MONO74912
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 1.1
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Martin Baulig
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-11 22:04 UTC by Geoff Norton
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:16:37 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".