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

Fixes #3218 Use return annotation for AST analysis #3219

Merged
merged 3 commits into from
Oct 25, 2017

Conversation

zooba
Copy link
Member

@zooba zooba commented Oct 25, 2017

Fixes #3218 Use return annotation for AST analysis
Adds basic (builtin/global) return annotation parsing

private readonly NameLookupContext _scope;

public AstTypeAnnotationConverter(NameLookupContext scope) {
_scope = scope;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

throw if null

@zooba zooba merged commit c87c10d into microsoft:master Oct 25, 2017
@zooba zooba deleted the issue-3128 branch October 25, 2017 16:07
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