reader improvement to filter out binop from a tuple
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-15 01:02:07 +09:00
parent 7754d7c7e9
commit 57d9668110
4 changed files with 21 additions and 13 deletions

View File

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