E2082 Syntax Errors

Syntax

arrays of typed func signatures are not supported; use '[func]' or '[func, N]' with '()func_name' elements instead

When this occurs

This error is triggered when: arrays of typed func signatures are not supported; use '[func]' or '[func, n]' with '()func_name' elements instead

Example error message

error[E2082]: arrays of typed func signatures are not supported; use '[func]' or '[func, N]' with '()func_name' elements instead

How to fix

Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.

Related errors

No related errors.