Emil Kantis
09/28/2021, 9:46 PMshouldBe
, for instance:
"5.0" shouldBe 5 -> WARN: Comparing incompatible types String and Int
Worth trying out a bit? Are there types we know eq
handles gracefully, even when lhs and rhs operands are of different types?
https://github.com/kotest/kotest-intellij-plugin/pull/146