HaxeFoundation / intellij-haxe

Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
http://intellij-haxe.org
Apache License 2.0
219 stars 100 forks source link

Rest arguments, passing rest arguments support is missing #1123

Closed barisyild closed 1 year ago

barisyild commented 1 year ago

image

static function restArg1(...args:String)
{
  restArg2(...args);
}

https://try.haxe.org/#6105F4B3