You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the class members need to be listed similar to Python's data classes (docs for reference). We do support deducing members right now if you add the @deduce annotation on the class (although it's limited to __init__); we'll likely update/generalize this in a future version to be more in line with Python.
produces
x.py:3:5-9: error: 'A' object has no attribute 'x'
╰─ x.py:4:7-12: error: during the realization of init(self: A)
The text was updated successfully, but these errors were encountered: