As there seems to be bug in name() when using enums in 2024.6 (their values are returned instead of their name), I've added test which should check if that really occurs for selected runtime.
Steps To The Task
[x] add tests for nameof() for enums
[x] add tests for nameof() for global, macro and local variables
Description
As there seems to be bug in
name()
when using enums in 2024.6 (their values are returned instead of their name), I've added test which should check if that really occurs for selected runtime.Steps To The Task