1
0
Fork 0
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:
Andreas Lubbe 2013-11-29 20:58:43 -08:00
parent f11ca9888f
commit 7906a2b6c1

View file

@ -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