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

[TESTS es-classes] Adds a failing test for didReceiveAttrs #16144

Closed

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Jan 18, 2018

Adds a failing test for didReceiveAttrs in native classes. Class fields
will likely be the prefered way to initialize default values on class instances,
but because didReceiveAttrs is called in the base class constructor it is
initially called before class fields have had an opportunity to be setup.

cc @wycats

Adds a failing test for didReceiveAttrs in native classes. Class fields
will likely be the prefered way to initialize default values on class instances,
but because didReceiveAttrs is called in the base class constructor it is
initially called before class fields have had an opportunity to be setup.
@mmun
Copy link
Member

mmun commented Feb 17, 2018

Closed by #16185.

@mmun mmun closed this Feb 17, 2018
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 this pull request may close these issues.

None yet

2 participants