Skip to content

Conversation

@retronym
Copy link
Member

@retronym retronym commented Feb 7, 2019

No description provided.

}

ptNorm baseType FunctionSymbol match {
unwrapWrapperTypes(ptNorm baseType FunctionSymbol) match {
Copy link
Member Author

Choose a reason for hiding this comment

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

This would also have worked.

(ptNorm baseType FunctionSymbol).typeArgs match {
  case Nil => 
    val dummyPt = if (pt == ErrorType) ErrorType else NoType
    (List.fill(numVparams)(dummyPt), WildcardType) // dummyPt is in CBN position
  case args :+ res =>
    (args, res) 
}

@retronym retronym requested a review from adriaanm February 7, 2019 04:18
@adriaanm adriaanm merged commit 81b14a9 into scala:2.13.x Feb 7, 2019
@SethTisue SethTisue modified the milestones: 2.13.1, 2.13.0-RC1 Feb 7, 2019
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.

4 participants