Is there a crazy world where this syntax is someth...
# kotest-contributors
l
Is there a crazy world where this syntax is something desired?
Copy code
myVariable.assertSoftly {
    a shouldBe "a"
    bool shouldBe true
}