mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v.utils: fix module lookup if module import parts end with the word modules
(#21083)
This commit is contained in:
parent
cf9746da5a
commit
f66b5954c2
3 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
module mymodule
|
||||
module mymodules
|
||||
|
||||
pub fn add_xy(x int, y int) int {
|
||||
return x + y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue