Skip to content

Commit

Permalink
Drop annotatedToRepeated in Space.signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jan 4, 2024
1 parent 93e07f5 commit 9e6d999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/transform/patmat/Space.scala
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ object SpaceEngine {

debug.println(s"signature of ${unappSym.showFullName} ----> ${sig.map(_.show).mkString(", ")}")

sig.map(_.annotatedToRepeated)
sig
}

/** Whether the extractor covers the given type */
Expand Down

0 comments on commit 9e6d999

Please sign in to comment.