2cdfe35e7 ^
cfff454cf ^
e80465dac ^
1
2
3
4
5
6 7 8 9
10 11 12
13 14 15 16
discard """ errormsg: "ambiguous enum field" file: "tambsym3.nim" line: 14 """ # Test ambiguous symbols import mambsym1, times {.hint[AmbiguousEnum]: on.} {.hintAsError[AmbiguousEnum]: on.} var v = mDec #ERROR_MSG ambiguous identifier writeLine(stdout, ord(v))