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

Key: BOO-368
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Vincent Penne
Votes: 0
Watchers: 0
Operations

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

Cannot pass a close as argument of a field initializer with the def(): ... syntax

Created: 22/Jun/05 07:44 PM   Updated: 27/Jun/05 09:36 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.5.6

Time Tracking:
Not Specified

Environment: Linux/gentoo


 Description  « Hide
Not sure if it's a bug or not, the following code doesn't compile :

class Action:
cb
def constructor(callback):
cb = callback

class A:
action = Action() def():
print ("Hello World")



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