Skip to content

Conversation

retronym
Copy link
Member

gen.mkZero(NothingTpe) gives the tree Predef.???. Instead, we should leave
the await field uninitialized with ValDef(..., rhs = EmptyTree).

Fixes #66

`gen.mkZero(NothingTpe)` gives the tree `Predef.???`. Instead, we should leave
 the `await` field uninitialized with `ValDef(..., rhs = EmptyTree)`.

Fixes scala#66
@retronym
Copy link
Member Author

Review by @phaller

retronym added a commit that referenced this pull request Jul 15, 2014
Avoid NotImplementedError awaiting a Future[Nothing]
@retronym retronym merged commit 37ef2a7 into scala:2.10.x Jul 15, 2014
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.

1 participant