Trying to compile the following code from the official tutorial ``` var x: seq[int] ``` will result in a compilation error: ``` seq.nim(2, 6) Error: ambiguous identifier: 'seq' --use unknown.seq or system.seq ``` Tested with 0.14.2 and the current dev branch (0.14.3).