Compiler Error AL0120

Note

The AL diagnostics topics are in preview. If you have input for this topic, we'd love to hear from you. Use our GitHub repo to create a PR and add content to this topic by going to here. To read about contributing, see Contribute to the Help. Thanks!

A local or parameter named '{0}' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter.

Description

Cannot declare local or parameter in a scope if there already is a local or parameter with the same name used in an enclosing local scope.

See Also

Get Started with AL
Developing Extensions