Open
Description
The last early error in the early errors for Identifiers says
It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for
yield
orawait
.
But there are no semantics given for StringValue for ReservedWords.
cc @kmiller68