Skip to content

Conversation

nicolasstucki
Copy link
Contributor

No description provided.

private val liftedDefs = new mutable.ListBuffer[Tree]
private var liftedDefs = new mutable.ListBuffer[Tree]

private lazy val liftedDefsQueue = mutable.Stack.empty.asInstanceOf[mutable.Stack[mutable.ListBuffer[Tree]]]
Copy link
Member

Choose a reason for hiding this comment

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

mutable.Stack.empty[mutable.ListBuffer[Tree]]

Copy link
Member

Choose a reason for hiding this comment

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

@nicolasstucki
Copy link
Contributor Author

Will need rebase on #2999 or vice versa.

The output of the test file will have bar.Bar$$anon$1 instead of bar.Bar$$anon$2.

Copy link
Contributor

@liufengyun liufengyun left a comment

Choose a reason for hiding this comment

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

LGTM

@nicolasstucki nicolasstucki merged commit c61a0ce into scala:master Aug 22, 2017
@allanrenucci allanrenucci deleted the fix-#3000 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.

3 participants