From d9a24b9b81e6a4e5f723951ec89990e35a9f7d44 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:08:40 +0800 Subject: fixes #22208; Ambiguous error when import modules with same names but… (#22211) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #22208; Ambiguous error when import modules with same names but different aliases --- tests/import/buzz/m21496.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/import/buzz') diff --git a/tests/import/buzz/m21496.nim b/tests/import/buzz/m21496.nim index 7c87e2c04..677324000 100644 --- a/tests/import/buzz/m21496.nim +++ b/tests/import/buzz/m21496.nim @@ -1 +1 @@ -proc fb* = echo "buzz!" \ No newline at end of file +proc fb*: string = "buzz!" \ No newline at end of file -- cgit 1.4.1-2-gfad0