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.
1 parent facd52f commit 708ddf1Copy full SHA for 708ddf1
src/compiler/checker.ts
@@ -6639,7 +6639,6 @@ module ts {
6639
var ambient = isInAmbientContext(node);
6640
6641
forEach(node.members, member => {
6642
- // todo: remove first check here when isNumericName gets fixed
6643
if(isNumericName(member.name.text)) {
6644
error(member.name, Diagnostics.An_enum_member_cannot_have_a_numeric_name);
6645
}
0 commit comments