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

Key: BOO-635
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Doug H
Votes: 0
Watchers: 0
Operations

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

Unmarked base class methods not recognized as final

Created: 07/Dec/05 01:28 PM   Updated: 19/Apr/06 04:25 PM
Component/s: Compiler
Affects Version/s: 0.7.5
Fix Version/s: 0.7.6

Time Tracking:
Not Specified

Issue Links:
Related
dependent
 


 Description  « Hide
http://groups.google.com/group/boolang/browse_frm/thread/ffc1d89bf8c71de0/6568367160f5da3f#6568367160f5da3f

class A:
def B():
B()

class B(A):
override def B():
print "test"

t as A = B()
t.B()

//A.B method should be final, and it is emitted as such I think, but not recognized as such during
//processmethodbodies step.



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