Files
Nim/tests/lookups/mambsym4.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
59 B
Nim

# Module B
var x*: int
proc foo*(b: int) =
echo "B: ", b