Issue Details (XML | Word | Printable)

Key: BOO-1116
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Cedric Vivier
Reporter: Cedric Vivier
Votes: 0
Watchers: 0
Operations

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

BCE0090 not fired when reducing accessibility of a derived method from 'internal' to 'private'

Created: 17/Jan/09 01:39 AM   Updated: 17/Jan/09 01:45 AM   Resolved: 17/Jan/09 01:45 AM
Return to search
Component/s: Compiler
Affects Version/s: 0.8.2
Fix Version/s: 0.9

Time Tracking:
Not Specified

Testcase included: yes


 Description  « Hide

Testcase:

"""
BCE0090-3.boo(10,17): BCE0090: Derived method 'Derived.Foo' can not reduce the accessibility of 'Base.Foo' from 'internal' to 'private'.
"""

class Base:
	internal def Foo():
		pass

class Derived(Base):
	private def Foo():
		pass


Cedric Vivier added a comment - 17/Jan/09 01:45 AM

Fixed in rev. 3114


Cedric Vivier made changes - 17/Jan/09 01:45 AM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]