We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
obj Shape { has :priv shape_type: ShapeType; has :protect radius: float, area: float; has name: str; }
obj Shape { has shape_type: ShapeType int; # It should generate syntax error but it does not #ShapeType int Interpreted as a Comparison Expression }
obj Shape { # has shape_type: ShapeType str; #will genrate syntax error }
The text was updated successfully, but these errors were encountered:
has
marsninja
ThakeeNathees
Successfully merging a pull request may close this issue.
Correct Syntax Example:
Unexpected Behavior:
The text was updated successfully, but these errors were encountered: