Skip to content

Commit

Permalink
Merge pull request #14107 from Atry/patch-2
Browse files Browse the repository at this point in the history
Use =>> instead of => for printing a LambdaTypeTree
  • Loading branch information
nicolasstucki authored Jan 13, 2022
2 parents 0a834ff + 57c34f5 commit 847cce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ object SourceCode {

case LambdaTypeTree(tparams, body) =>
printTargsDefs(tparams.zip(tparams), isDef = false)
this += highlightTypeDef(" => ")
this += highlightTypeDef(" =>> ")
printTypeOrBoundsTree(body)

case TypeBind(name, _) =>
Expand Down

0 comments on commit 847cce2

Please sign in to comment.