Files
hak/t/var-5003.err
hyung-hwan 8f87dbe008
Some checks failed
continuous-integration/drone/push Build is failing
changed the syntax of the class-level variable declacration to use square brackets
2024-07-09 23:44:24 +09:00

4 lines
105 B
Plaintext

defclass A [ a ] {
| j | ##ERROR: syntax error - variable declaration disallowed in class init scope
};