ceylon / ceylon-js

DEPRECATED
Apache License 2.0
54 stars 9 forks source link

relax restriction that constructors come at end of initializer #525

Closed gavinking closed 9 years ago

gavinking commented 9 years ago

See ceylon/ceylon-spec#1254.

chochos commented 9 years ago

Initializer code that occurs before the constructor must be run at the beginning of the constructor invocation, and the initializer code that occurs after the constructor must be run at the end of the constructor invocation.