assertk
assertk copied to clipboard
Improve genericity
assertThat(1).isEqualTo("a") shouldn't compile, but it does.
See https://github.com/willowtreeapps/assertk/issues/72#issuecomment-388643084
That's sad to support a code smell but that was an interesting read. Thanks!