i use `.and` `expectThat(foo).isA<Foo>().an...
# strikt
a
i use
.and
expectThat(foo).isA<Foo>().and { get { someProperty }.isEqualTo() }
🙌 1