ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
403 stars 40 forks source link

Throw an error when trying to reassign a typeArg #932

Closed alexnask closed 8 years ago

alexnask commented 8 years ago

Reassigning on a this instance is allowed because it basically what every init method is doing.

Closes #415

EDIT: Fixed that instance in the SDK, reverted back to an error