Files
Nim/tests/lookups/mambsym3.nim
metagn 6650b41777 document the new ambiguous identifier resolution (#23166)
refs #23123

Not sure if detailed enough.
2024-01-11 12:39:51 +01:00

5 lines
65 B
Nim

# Module A
var x*: string
proc foo*(a: string) =
echo "A: ", a