https://kotlinlang.org logo
l

LeoColman

04/29/2020, 9:51 PM
Is there a crazy world where this syntax is something desired?
Copy code
myVariable.assertSoftly {
    a shouldBe "a"
    bool shouldBe true
}