Skip to content

Fix #2514 Addendum #2754

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 3 commits into from
Jun 20, 2017
Merged

Fix #2514 Addendum #2754

merged 3 commits into from
Jun 20, 2017

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Jun 14, 2017

I fixed the syntax in #2514, but this uncovered some type checking problems which are addressed in this commit.

odersky added 3 commits June 14, 2017 16:51
On 2514a.scala, we got

    found   : Int
    expected: Int

It turns out that the real found type was `implicit Int => Int`, so
we should print that.
Also: Better organization of methods in TreeInfo, making some
casts unnecessary.
@odersky odersky requested a review from nicolasstucki June 14, 2017 17:14
@odersky odersky merged commit c792e95 into scala:master Jun 20, 2017
@allanrenucci allanrenucci deleted the fix-#2514-3 branch December 14, 2017 19:18
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