<@U63KZKX9V> &gt;but why doesn’t it create the ext...
# arrow
p
@sitepodmatt >but why doesn’t it create the extension method for eqv too This came up a couple of days ago: https://github.com/arrow-kt/arrow/issues/1316
That sounds correct. The reason is that the abstract implementation delegates to the member implementation, which is the preferred one to use. Duplicating the member function as an extfun would cause unnecessary bloat in most cases.