History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-440
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Ayende Rahien
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

compiler doesn't have override & overload of indexed properties

Created: 14/Aug/05 05:05 PM   Updated: 29/Sep/05 06:51 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.6

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide
I get a compiler error on the second property (BCE0060: Boo.Lang.Compiler.CompilerError: 'Second.get_Demo()': no suitable method found to override.)

class First:
virtual Demo(i as string):
get:
return null

class Second(First):
override Demo(i as string):
get:
return null

Demo:
get:
return null



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.