mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 06:38:45 +01:00
* Fix returning from constructors 1. Do not allow returning with a value 2. Return the instance, correctly, even when the user returned explicitly * revise error message for consistency, revise implementation details a bit, fix extra args to finishBody * clarify tests a bit * document constructor return Co-authored-by: ruby0x1 <ruby0x1@pm.me>