-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Simplify finalization of 'lazy' properties #16063
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
Conversation
@swift-ci Please test |
@swift-ci Please test source compatibility |
Build failed |
We already do everything in typeCheckDecl(), so there's no need to walk the members of the type again.
finalizeType() should only be called for types in other source files.
5dfb601
to
14f9e8a
Compare
@swift-ci Please smoke test |
1 similar comment
@swift-ci Please smoke test |
@swift-ci Please test source compatibility |
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please test source compatibility |
Follow-up to #16053.