Skip to content

IUO: Add ImplicitlyUnwrappedFunctionConversionExpr. #13732

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

Merged
merged 1 commit into from
Jan 4, 2018
Merged

IUO: Add ImplicitlyUnwrappedFunctionConversionExpr. #13732

merged 1 commit into from
Jan 4, 2018

Conversation

rudkx
Copy link
Contributor

@rudkx rudkx commented Jan 4, 2018

This expression node is only used when applying the results of
expression type checking. It initially appears above the function
reference that returns an optional that needs to be unwrapped, and
then when dealing with function application we remove this and insert
a node to force-unwrap the result of the function application.

This expression node is only used when applying the results of
expression type checking. It initially appears above the function
reference that returns an optional that needs to be unwrapped, and
then when dealing with function application we remove this and insert
a node to force-unwrap the result of the function application.
@rudkx
Copy link
Contributor Author

rudkx commented Jan 4, 2018

@swift-ci Please smoke test

@rudkx
Copy link
Contributor Author

rudkx commented Jan 4, 2018

@swift-ci Please smoke test and merge

@swift-ci swift-ci merged commit 88eca36 into swiftlang:master Jan 4, 2018
@rudkx rudkx deleted the add-implicitly-unwrapped-function-conversion-expr branch January 4, 2018 21:26
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.

2 participants