mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
removed old comment
This commit is contained in:
parent
facd52f593
commit
708ddf19e7
@ -6639,7 +6639,6 @@ module ts {
|
||||
var ambient = isInAmbientContext(node);
|
||||
|
||||
forEach(node.members, member => {
|
||||
// todo: remove first check here when isNumericName gets fixed
|
||||
if(isNumericName(member.name.text)) {
|
||||
error(member.name, Diagnostics.An_enum_member_cannot_have_a_numeric_name);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user