Jakub Truneček

Results 1 issues of Jakub Truneček

Hi there, current head compiles this: `@bar.contains(@foo)` to `get$(this, 'bar').contains(this.foo);`. It should be `get$(this, 'bar').contains(get$(this, 'foo'));`