Closed mario-bucev closed 1 year ago
Allows to write require(p, "some message") and (...).ensuring(p, "another message") for both the Scala and StaticChecks variants.
require(p, "some message")
(...).ensuring(p, "another message")
Allows to write
require(p, "some message")
and(...).ensuring(p, "another message")
for both the Scala and StaticChecks variants.