mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
4 lines
270 B
Plaintext
4 lines
270 B
Plaintext
import v.tests.modules.acommentedmodule
|
|
===output===
|
|
builder error: bad module definition: .entire_commented_module.repl.vrepl_temp.v imports module "v.tests.modules.acommentedmodule" but vlib/v/tests/modules/acommentedmodule/commentedfile.v is defined as module `main`
|