diff --git a/compiler/semexprs.nim b/compiler/semexprs.nim index 87b0aa61a5104..6612b5b219746 100644 --- a/compiler/semexprs.nim +++ b/compiler/semexprs.nim @@ -554,7 +554,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..