Merge pull request #312 from bocoup/add-omitted-negative

Insert omitted `negative` tag
This commit is contained in:
Brian Terlson 2015-06-09 17:01:59 -07:00
commit 36cbdcf8ec
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ description: >
ModuleItemList also occurs in the VarDeclaredNames of ModuleItemList. ModuleItemList also occurs in the VarDeclaredNames of ModuleItemList.
flags: [module] flags: [module]
features: [let] features: [let]
negative: [SyntaxError]
---*/ ---*/
let x; let x;