Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
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
Issue Links
- duplicates
-
BOO-121
overloading of indexed properties
-