small idea I had when poking around in the intelli...
# kotest-contributors
e
small idea I had when poking around in the intellij plugin code.. we could warn users when comparing different types using
shouldBe
, for instance:
Copy code
"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