updated the tuple handling slightly
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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 - +
|
||||
}
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user