reader improvement to filter out binop from a tuple
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:
@ -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 - +
|
||||
}
|
||||
|
Reference in New Issue
Block a user