Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information