Skip to content

Commit

Permalink
Update QuicklensMacros.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw authored Nov 29, 2024
1 parent ca142e4 commit 9ff2d9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object QuicklensMacros {

def multipleMatchingMethods(tpeStr: String, name: String, syms: Seq[Symbol]) =
val symsStr = syms.map(s => s" - $s: ${s.termRef.dealias.widen.show}").mkString("\n", "\n", "")
s"Multiple methods named $name found in $tpeStr, namely:$symsStr"
s"Multiple methods named $name found in $tpeStr: $symsStr"

def methodSupported(method: String) =
Seq("at", "each", "eachWhere", "eachRight", "eachLeft", "atOrElse", "index", "when").contains(method)
Expand Down

0 comments on commit 9ff2d9d

Please sign in to comment.