Hi, On Sat, Sep 16, 2023 at 10:26 AM errael <[email protected]> wrote:
> This seems like it should work. Gets > > E1315: White space required after name: I1, I2 > > vim9script > > interface I1 > def F1() > def F2() > endinterface > > interface I2 > def F2() > def F3() > endinterface > > interface I3 extends I1, I2 > > Currently only one interface or class name can be specified after "extends" (an interface can extend only one interface). Regards, Yegappan > > endinterface > > class C implements I3 > def F1() > enddef > def F2() > enddef > def F3() > enddef > endclass > > > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7nYRhhZweUNBz1ruNQTC5OLMreUANADuJEe1nKQ5%3D2ZJQ%40mail.gmail.com.
