|
[jira] Created: (BOO-486) Shadow/Hide methods: msg#00056lang.boo.devel
Shadow/Hide methods ------------------- Key: BOO-486 URL: http://jira.codehaus.org/browse/BOO-486 Project: Boo Type: New Feature Versions: 0.6 Reporter: Daniel Grunwald Priority: Minor Boo should be able to shadow/hide methods. C# example: class BaseClass { public BaseClass Clone() { return new BaseClass(...); } } class SomeClass : BaseClass { public new SomeClass Clone() { return new SomeClass(...); } } It should use a keyword (like "shadow" or "new"). This is important for compiling with the C#/VB parser because many C# applications use this feature. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [jira] Created: (BOO-485) Allow using constants / other enum values as values for enum members, Daniel Grunwald (JIRA) |
|---|---|
| Next by Date: | [jira] Created: (BOO-487) Start addin that can compile boo code, Daniel Grunwald (JIRA) |
| Previous by Thread: | [jira] Created: (BOO-485) Allow using constants / other enum values as values for enum members, Daniel Grunwald (JIRA) |
| Next by Thread: | [jira] Created: (BOO-487) Start addin that can compile boo code, Daniel Grunwald (JIRA) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |