7Hazard
7Hazard
I hit this issue with @altv/types-client, https://github.com/altmp/altv-types
This goes for normal arrays too: ```ts consoleCommand: (name: string, ...args: string[]) => void; ``` makes ```kt var consoleCommand: (name: String, args: String) -> Unit ``` Which is totally wrong....
We were able get the rest parameters as an array like the following: ```kt val args: Array = js("Array.prototype.slice.call(arguments, 1);") ```
This is really annoying. Normally only tabbing should commit autocompletion. Thats how the autocompletion works on all other languages.
Compilation error in ScalaGenerator generated code of UpdatableRecord subclasses when using scalac 3
> I'm listening the the Benny Hill theme while digesting these changes: > >  > > From here: https://dotty.epfl.ch/docs/reference/changed-features/wildcards.html Makes me really reconsider why we went with Scala over...