diff --git a/compiler/semexprs.nim b/compiler/semexprs.nim index 10695ed1d0fa..4507a15ae04c 100644 --- a/compiler/semexprs.nim +++ b/compiler/semexprs.nim @@ -562,7 +562,7 @@ proc semIs(c: PContext, n: PNode, flags: TExprFlags): PNode = result = isOpImpl(c, n, flags) proc semOpAux(c: PContext, n: PNode) = - const flags = {efDetermineType} + const flags = {efDetermineType, efAllowSymChoice} for i in 1..