Report warning for several modules with same name on module path

This commit is contained in:
Alexander Udalov
2017-06-30 21:00:52 +03:00
parent e8a8bdc58e
commit 51fb02b2d5
10 changed files with 52 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
module dependency {
exports foo;
}