jef
04/17/2020, 8:08 PMif (other !is CustomObject) return false
if i use:
CustomObject() shouldNotBe "1"
JaCoCo has it covered. But when I use
val otherObject: Any? = CustomObject()
(otherObject is CustomObject) shouldBe true
it misses that branch. do y'all have any insight on this?
thanks!