summary refs log tree commit diff stats
path: root/tests/import/fizz
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-03-13 03:03:14 +0800
committerGitHub <noreply@github.com>2023-03-12 20:03:14 +0100
commitffadc75afead6baed0885877edb2c3b1c9ef1b2e (patch)
tree697bd616ab2eb1e91a2eff7eb92ba2a3f2e1283e /tests/import/fizz
parentaf086b68f2f718a4ad20e37bf3a00d9a57abec4d (diff)
downloadNim-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.nim1
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