File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/System.Management.Automation/engine/lang/interface Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ public static PSTokenType GetPSTokenType(Token token)
157157 /* AndAnd */ PSTokenType . Operator ,
158158 /* OrOr */ PSTokenType . Operator ,
159159 /* Ampersand */ PSTokenType . Operator ,
160+ /* AmpersandExclaim */ PSTokenType . Operator ,
160161 /* Pipe */ PSTokenType . Operator ,
161162 /* Comma */ PSTokenType . Operator ,
162163 /* MinusMinus */ PSTokenType . Operator ,
@@ -304,7 +305,6 @@ public static PSTokenType GetPSTokenType(Token token)
304305 /* Base */ PSTokenType . Keyword ,
305306 /* Default */ PSTokenType . Keyword ,
306307 /* Clean */ PSTokenType . Keyword ,
307- /* AmpersandExclaim */ PSTokenType . Operator ,
308308
309309 #endregion Flags for keywords
310310
You can’t perform that action at this time.
0 commit comments