Jordi
Jordi
I'm stuck with the same problem. It even "survives" SuppressWarnings: ``` scala test("Any wart obeys SuppressWarnings in a case class with Any") { val result = WartTestTraverser(Any) { @SuppressWarnings(Array("org.brianmckenna.wartremover.warts.Any")) case...
I understand, but I think I may have not made myself clear about the actual need. I'm not actually concerned about shrinking edge cases in my final Arb, the one...
Same error here. :-(