Open
Description
The two examples in Lookup rules for template parameters do not compile as they should according to the comments in the code itself , where the first example should produce levA levA
and the second levA levB
. I tested it on Nim devel, 1.6.2 and 1.0.0, and both examples return levA levB
.
I don't know if the manual is wrong or the compiler is not producing what it should produce.