``` (this.something as any).Initialize(); ``` => ``` (self.something ):Initialize() ``` Throws `ambiguous syntax (function call x new statement) near '('` at lua runtime.
=>
Throws
ambiguous syntax (function call x new statement) near '('at lua runtime.