<@U2E974ELT> according to the docs and tests, exte...
# library-development
d
@elizarov according to the docs and tests, extension functions are resolved statically. Interface methods are resolved dynamically and this is critical for our use case. Polymorphism is why we expose an interface (SPI) in the first place.