We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TokenKind.QuestionMark
1 parent a63c506 commit bc8f2f8Copy full SHA for bc8f2f8
src/System.Management.Automation/engine/parser/token.cs
@@ -1063,8 +1063,8 @@ public static class TokenTraits
1063
/* Shr */ "-shr",
1064
/* Colon */ ":",
1065
/* QuestionMark */ "?",
1066
- /* QuestionQuestionEquals */ "??=",
1067
- /* QuestionQuestion */ "??",
+ /* Reserved slot 3 */ string.Empty,
+ /* Reserved slot 4 */ string.Empty,
1068
/* Reserved slot 5 */ string.Empty,
1069
/* Reserved slot 6 */ string.Empty,
1070
/* Reserved slot 7 */ string.Empty,
0 commit comments