UFCS is working with opCall already.The reason your code does not work is that UFCS only works with module-level symbols (and with the latest release also for locally imported symbols IIRC.)
What do you mean with locally import symbols, isn't that the normal import statement ? Could you show me a working example ?
Thx.
