xuwei-k/scalafix-rules

object Placeholder in object Type is deprecated

xuwei-k opened this issue · 0 comments

[warn] /home/runner/work/scalafix-rules/scalafix-rules/rules/src/main/scala/fix/Scala3Placeholder.scala:15:21: object Placeholder in object Type is deprecated (since >4.5.13): Placeholder replaced with AnonymousParam and Wildcard
[warn]       case t @ Type.Placeholder(Bounds(None, None)) if t.toString == "_" =>
[warn]                     ^