are contracts for matchers on the roadmap somewher...
# kotlintest
b
are contracts for matchers on the roadmap somewhere? it's small but will be nice to be able to avoid things like doing
shouldBeInstanceOf<Foo>()
and then doing
var as Foo
right after