webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

Spread varargs parameters causes error #151

Closed ShukantPal closed 2 years ago

ShukantPal commented 2 years ago
/** Figure this out! */
function dynamic_call(...[a0,a1]: [string, number] | [number, string]) {

}