mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
removed yield from the reserved words
This commit is contained in:
parent
f11ca9888f
commit
7906a2b6c1
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ test "`Future Reserved Word`s, `eval` and `arguments` restrictions", ->
|
||||||
tryCatch = (keyword, check = strict) ->
|
tryCatch = (keyword, check = strict) ->
|
||||||
check "try new Error catch #{keyword}"
|
check "try new Error catch #{keyword}"
|
||||||
|
|
||||||
future = 'implements interface let package private protected public static yield'.split ' '
|
future = 'implements interface let package private protected public static'.split ' '
|
||||||
for keyword in future
|
for keyword in future
|
||||||
access keyword
|
access keyword
|
||||||
assign keyword
|
assign keyword
|
||||||
|
|
Loading…
Reference in a new issue