hcl/t/var-02.err
hyung-hwan f3c0c1b8c1
Some checks failed
continuous-integration/drone/push Build is failing
enhanced the compiler to prohibit variable declaration in class init scope
2023-11-27 18:25:27 +09:00

4 lines
161 B
Plaintext

## if you want local temporaries variables at the top-level, use the blocked expression.
| a | ##ERROR: syntax error - variable declaration disallowed
set a 10;