-
Notifications
You must be signed in to change notification settings - Fork 201
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
Can't access base class's inflight fields #3977
Comments
This could be a regression from my PR #3884 (sorry 😬) |
Hi, This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. |
Hi, This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. |
Had to modernize the code a bit ( |
I tried this:
This happened:
I expected this:
to work (print the base class's inflight field's value)
Is there a workaround?
No response
Component
Compiler
Wing Version
No response
Node.js Version
No response
Platform(s)
No response
Anything else?
I was attempting to prove there's a bug where we don't call the base class's inflight
init
method. So base class fields don't get initialized, for example. But then this happened.I guess we now need to fix both..
Community Notes
The text was updated successfully, but these errors were encountered: