So far, the conversion used Exhaustive. And I lied...
# kotest
t
So far, the conversion used Exhaustive. And I lied. There was a few more that didn't flag the deprecation yet. The old Gen had a filter.. ex:
Copy code
Gen.choose(100, 599)
        .filter { it != 429 && it != 503 && it / 100 != 2 && it / 100 != 3 }