okay, I think I understand that - invert the boole...
# arrow
s
okay, I think I understand that - invert the boolean return from the eq - but why doesn't it create the extension method for eqv too
Copy code
fun User.eqv(arg1: User): Boolean = personal.User.eq().run {
    this@eqv.eqv(arg1)
}