Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variadic arguments are not treated as such #648

Open
iliapolo opened this issue Mar 28, 2022 · 0 comments
Open

Variadic arguments are not treated as such #648

iliapolo opened this issue Mar 28, 2022 · 0 comments
Labels
bug This issue is a bug. p1

Comments

@iliapolo
Copy link
Contributor

For example, a method signature like so:

public add(...scopes: IDependable[])

Translates into:

public void add(IDependable scopes)

This is true for all languages.

See https://constructs.dev/packages/constructs/v/10.0.98/api/DependencyGroup?lang=java for the example.

@iliapolo iliapolo added bug This issue is a bug. p1 labels Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. p1
Projects
None yet
Development

No branches or pull requests

1 participant