Something in this code is causing an exception: ```ts class Test { value = 4; Do() { print(this.value); } constructor() { this.Do.apply(this); } } const inst = new Test(); ``` [Playground link](https://typescripttolua.github.io/play#code/MYGwhgzhAEAqCmEAu0DeAoaXoDMCuAdsBAFzQBK8wA9gE4AmAPAXgLYBG8tANNABQBKaAF4AfNABu1AJb1xwtJmzKA2gGYAumSQALaRAB0AEWpKsAX3RnJYEHngjoAFgDcV5ScGLlygA61pAiQ+XX0DCVt7ATdlS2saAmRaPGAkOi8MH2xQw3wiCHUNAzBfXxAATxC9CGjrSziE5GhApoUCeAB3OERg6KA)