If I do a `get` after `isA` failed in an `expectTh...
# strikt
d
If I do a
get
after
isA
failed in an
expectThat() { }
block the tests crash with
ClassCastException
instead of reporting the errors. Is this by design @robfletcher?