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")
Description
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")