Skip to content
New issue

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

Require structs to be initialized before using #1788

Closed
Tracked by #1802
certik opened this issue May 11, 2023 · 0 comments · Fixed by #1808
Closed
Tracked by #1802

Require structs to be initialized before using #1788

certik opened this issue May 11, 2023 · 0 comments · Fixed by #1808

Comments

@certik
Copy link
Contributor

certik commented May 11, 2023

This is currently allowed but should not be:

s: S
s.x = 2

We must initialize s like this: s: S = S().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant