liquidev/euwren

Constructor aliasing

Closed this issue · 1 comments

Wren allows you to declare constructors with arbitrary names.

class MyClass {
  construct thing(x) {
    _x = x
  }
}

The support for this should be relatively easy to add.

Fixed in 0.11.0.