mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt,parser: prevent unknown module error (#10004)
This commit is contained in:
@ -3,6 +3,7 @@ module module_fmt
|
||||
pub struct MyStruct {
|
||||
mut:
|
||||
value int
|
||||
foo mod.Foo
|
||||
}
|
||||
|
||||
pub fn (m MyStruct) foo() bool {
|
||||
|
Reference in New Issue
Block a user