Open
Description
In VSCode void
is semantically tokenized as a keyword
. dynamic
is tokenized as a type
but dart.dev states it is a keyword. dynamic
should be interpreted as a keyword
for consistency, it is a specially treated standard type like void