diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-03-13 03:03:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 20:03:14 +0100 |
commit | ffadc75afead6baed0885877edb2c3b1c9ef1b2e (patch) | |
tree | 697bd616ab2eb1e91a2eff7eb92ba2a3f2e1283e /tests/import/fizz | |
parent | af086b68f2f718a4ad20e37bf3a00d9a57abec4d (diff) | |
download | Nim-ffadc75afead6baed0885877edb2c3b1c9ef1b2e.tar.gz |
fixes #21496; Ambiguous calls compiles when module name are equal (#21500)
* fixes #21496; Ambiguous calls compiles when module name are equal * add a test case
Diffstat (limited to 'tests/import/fizz')
-rw-r--r-- | tests/import/fizz/m21496.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/import/fizz/m21496.nim b/tests/import/fizz/m21496.nim new file mode 100644 index 000000000..834c11eae --- /dev/null +++ b/tests/import/fizz/m21496.nim @@ -0,0 +1 @@ +proc fb* = echo "fizz!" \ No newline at end of file |