implicit val that resolves to itself
adriaanm opened this issue · 2 comments
adriaanm commented
implicit val stringToInt: Function1[String, Int] = new Function1[String, Int] { def apply(s: String): Int = s.toInt }
bhattacharyyasom commented
Why is this not considered a bug ?
Adding a reference to a user question who reported the same issue.
SethTisue commented
Abide is superseded by https://github.com/scalacenter/scalafix; closing all issues