You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be extremely helpful if we'd have a way to do blacklining on case classes, or collections to see which of the parameters are different. For example case class Hello(arg: String)
when tokenizing two strings and applying blacklining we'd have something like this:
Hello("World") > Hello("Everyone")
The text was updated successfully, but these errors were encountered:
I think it would be extremely helpful if we'd have a way to do blacklining on case classes, or collections to see which of the parameters are different. For example
case class Hello(arg: String)
when tokenizing two strings and applying blacklining we'd have something like this:
Hello("
World
") > Hello("Everyone
")The text was updated successfully, but these errors were encountered: