mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
3 lines
360 B
Text
3 lines
360 B
Text
import compiler.tests.modules.acommentedmodule
|
|
===output===
|
|
vlib/compiler/tests/modules/acommentedmodule/commentedfile.v:7:1: bad module definition: vlib/compiler/tests/modules/acommentedmodule/commentedfile.v imports module "compiler.tests.modules.acommentedmodule" but vlib/compiler/tests/modules/acommentedmodule/commentedfile.v is defined as module `main`
|