Commit 1c59b29
committed
Tokenizer: fix nullable type tokenization with namespace operator
The `namespace` keyword as an operator is perfectly valid to be used as part of a type declaration.
This usage was so far not supported in the tokenizer for the determination whether a `?` is a nullable type token or a ternary.
Fixed now.1 parent f378d2a commit 1c59b29
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1149 | 1149 | | |
1150 | 1150 | | |
1151 | 1151 | | |
| 1152 | + | |
1152 | 1153 | | |
1153 | 1154 | | |
1154 | 1155 | | |
| |||
1382 | 1383 | | |
1383 | 1384 | | |
1384 | 1385 | | |
| 1386 | + | |
1385 | 1387 | | |
1386 | 1388 | | |
1387 | 1389 | | |
| |||
0 commit comments