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

Transformer does not support single Array as function argument. #322

Closed
bilboquet opened this issue Aug 22, 2023 · 0 comments · Fixed by #323
Closed

Transformer does not support single Array as function argument. #322

bilboquet opened this issue Aug 22, 2023 · 0 comments · Fixed by #323
Assignees

Comments

@bilboquet
Copy link
Contributor

As an example, this fails to build:

// @ts-ignore: decorator
@massaExport()
export function test8(arg1: Array<i32>): i32 {
  return arg1.length;
}
@bilboquet bilboquet self-assigned this Aug 22, 2023
bilboquet pushed a commit that referenced this issue Aug 22, 2023
Signed-off-by: Jean-François Morcillo <jfm@massa.net>
@bilboquet bilboquet linked a pull request Aug 22, 2023 that will close this issue
bilboquet pushed a commit that referenced this issue Aug 23, 2023
Signed-off-by: Jean-François Morcillo <jfm@massa.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant