You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tmp.nim(15, 21) Error: ambiguous identifier: 'chr' -- use one of the following:
system.chr: proc (u: range 0..255(int)): char{.noSideEffect.}
DataKind.chr: DataKind
Expected Output
(kind: chr)
Possible Solution
Use pure enum syntax, or use a prefix like dkChr.
The text was updated successfully, but these errors were encountered:
I would expect this to be unambiguous in this context. Is this intentional/expected?
Example
Current Output
Expected Output
Possible Solution
Use pure enum syntax, or use a prefix like
dkChr
.The text was updated successfully, but these errors were encountered: