fun <T> eq(value: T): T
Mockito matcher that matches if the argument is the same as the provided value.
(The version from Mockito doesn't work correctly with Kotlin code.)