import/a.vim:
vim9script
import autoload '../autoload/b.vim'
export class A
final AO: b.B
endclass
autoload/b.vim:
vim9script
export class B
var foo: string;
def new()
this.foo = 'bar';
enddef
endclass
Source a.vim and immediately get this error:
Error detected while processing [...]\import\a.vim:
line 6:
E1010: Type not recognized: b.B
--
Christian J. Robinson <[email protected]>
--
--
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 visit
https://groups.google.com/d/msgid/vim_dev/CAK14FZ%2B3JHV_GMVK9ZJOf1p7t0Lt5mdQLPkP664CMB3%2BeXik-A%40mail.gmail.com.