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

Fix postfix hack #2

Merged
merged 1 commit into from
Jul 29, 2016
Merged

Fix postfix hack #2

merged 1 commit into from
Jul 29, 2016

Conversation

smillst
Copy link
Collaborator

@smillst smillst commented Jul 29, 2016

getAnnotatedType(((UnaryTree) tree).getExpression()) returns the type of expression before the decrement.

@kelloggm kelloggm merged commit cac9cbc into kelloggm:master Jul 29, 2016
kelloggm added a commit that referenced this pull request Jul 19, 2019
Adds refinements so that @SamElen annotations on formal that refer to other parameters are symmetric. For example, the declaration:

void foo(int @SamElen("#2")[] a, int[] b)
is refined to
void foo(int @SamElen("#2")[] a, int @SamElen("#1")[] b)

Fixes typetools#2434.

(@Maxi17 contributed significantly to this commit.)
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