1
0
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:
zakuro
2021-05-05 20:09:30 +09:00
committed by GitHub
parent 99a2fd76c8
commit 8c44873674
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@ module module_fmt
pub struct MyStruct {
mut:
value int
foo mod.Foo
}
pub fn (m MyStruct) foo() bool {