updated the tuple handling slightly
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-15 01:09:19 +09:00
parent 57d9668110
commit 8c5affe9a5
2 changed files with 6 additions and 5 deletions

View File

@ -44,7 +44,7 @@ class A [ [ [a] ] ] { ##ERROR: syntax error - not variable name
}
---
class A [ a + ] { ##ERROR: syntax error - prohibited binary operator - +
class A [ a + ] { ##ERROR: syntax error - invalid name - not symbol in tuple - +
}
---